Yield generated for 840be0e1-0b21-4594-b462-3898e966aee6
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

33 lines
504 B

[[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"