You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
443 B
Plaintext

6 years ago
Flask==1.0.2
Flask-Mail==0.9.1
python-dotenv==0.10.1
PyYAML==3.13
itsdangerous==1.1.0
Flask-Bcrypt==0.7.1
unidecode==1.0.23
Pillow==6.0.0
# database
psycopg2-binary==2.7.7
SQLAlchemy==1.2.18
alembic==1.0.7
Flask-SQLAlchemy==2.3.2
Flask-Alembic==2.0.1
# forms
WTForms==2.2.1
Flask-WTF==0.14.2
# testing
pytest==4.3.0
coverage==4.5.2
pylint==2.2.2
flake8==3.7.6
flake8-colors==0.1.6
flask-debugtoolbar==0.10.1
# production
gunicorn==19.9.0