From d57cbadce599403357cf3cc497138d55dd46bdf4 Mon Sep 17 00:00:00 2001 From: verzelea Date: Mon, 18 Jan 2021 10:51:50 +0100 Subject: [PATCH] :wrench: re add Pipfile --- Pipfile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Pipfile diff --git a/Pipfile b/Pipfile new file mode 100644 index 0000000..acec6e7 --- /dev/null +++ b/Pipfile @@ -0,0 +1,33 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] +werkzeug = "" +sqlalchemy = "" +click = "" +marshmallow = "" +flask-apispec = "" +unicode-slugify = "" +"psycopg2" = "" +gunicorn = "" +Flask-Caching = "" +Flask-SQLAlchemy = "" +Flask-Bcrypt = "" +Flask = "" +PyJWT = "" +Flask-JWT-Extended = "" +Flask-Migrate = "" +Flask-Cors = "" + +[dev-packages] +# Testing +pytest = "" +WebTest = "" +factory-boy = "" +# For python 3 +Faker = "" + +[requires] +python_version = "3.7" \ No newline at end of file