Adding function to save user contact
manage.py
0 → 100644
migrations/README
0 → 100755
migrations/alembic.ini
0 → 100644
migrations/env.py
0 → 100755
migrations/script.py.mako
0 → 100755
models/UserModel.py
0 → 100644
alembic==1.2.0 | ||
asn1crypto==0.24.0 | ||
certifi==2019.9.11 | ||
cffi==1.12.3 | ||
... | ... | @@ -5,15 +6,24 @@ chardet==3.0.4 |
Click==7.0 | ||
cryptography==2.7 | ||
Flask==1.1.1 | ||
Flask-Migrate==1.8.0 | ||
Flask-Script==2.0.6 | ||
Flask-SQLAlchemy==2.1 | ||
future==0.17.1 | ||
gunicorn==19.9.0 | ||
idna==2.8 | ||
itsdangerous==1.1.0 | ||
Jinja2==2.10.1 | ||
Mako==1.1.0 | ||
MarkupSafe==1.1.1 | ||
psycopg2==2.8.3 | ||
pycparser==2.19 | ||
python-dateutil==2.8.0 | ||
python-editor==1.0.4 | ||
python-telegram-bot==12.1.1 | ||
requests==2.22.0 | ||
six==1.12.0 | ||
SQLAlchemy==1.3.8 | ||
tornado==6.0.3 | ||
urllib3==1.25.6 | ||
urllib3==1.25.5 | ||
Werkzeug==0.16.0 |
Please register or sign in to comment