Made some convenience changes in models and created a Dockerfile for deployment. Also changed the configs to be compatible for custom variables in Docker
26 lines
940 B
Plaintext
26 lines
940 B
Plaintext
alembic==1.8.1
|
|
click==8.1.3
|
|
colorama==0.4.5
|
|
dnspython==2.2.1
|
|
dominate==2.6.0
|
|
email-validator==1.2.1
|
|
Flask==2.1.3
|
|
Flask-Bootstrap==3.3.7.1
|
|
Flask-Login==0.6.1
|
|
Flask-Migrate==3.1.0
|
|
Flask-SQLAlchemy==2.5.1
|
|
Flask-WTF==1.0.1
|
|
greenlet==1.1.2
|
|
idna==3.3
|
|
itsdangerous==2.1.2
|
|
Jinja2==3.1.2
|
|
Mako==1.2.1
|
|
MarkupSafe==2.1.1
|
|
psycopg2-binary==2.9.3
|
|
python-dotenv==0.20.0
|
|
SQLAlchemy==1.4.39
|
|
SQLAlchemy-Utils==0.38.3
|
|
visitor==0.1.3
|
|
Werkzeug==2.1.2
|
|
WTForms==3.0.1
|