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