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.
32 lines
502 B
32 lines
502 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.9"
|