CostHive/backend/requirements.txt

46 lines
3.5 KiB
Plaintext

-i https://pypi.org/simple
alembic==1.11.1; python_version >= '3.7'
anyio==3.7.1; python_version >= '3.7'
blinker==1.6.2; python_version >= '3.7'
certifi==2023.5.7; python_version >= '3.6'
charset-normalizer==3.2.0; python_full_version >= '3.7.0'
click==8.1.5; python_version >= '3.7'
colorama==0.4.6; platform_system == 'Windows'
dnspython==2.4.0; python_version >= '3.8' and python_version < '4.0'
dominate==2.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
email-validator==2.0.0.post2
exceptiongroup==1.1.2; python_version < '3.11'
flask==2.3.2
flask-bootstrap==3.3.7.1
flask-cors==4.0.0
flask-login==0.6.2
flask-mail==0.9.1
flask-marshmallow==0.15.0
flask-migrate==4.0.4
flask-sqlalchemy==3.0.5
flask-wtf==1.1.1
greenlet==2.0.2; platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
h11==0.14.0; python_version >= '3.7'
httpcore==0.17.3; python_version >= '3.8'
idna==3.4; python_version >= '3.5'
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.2; python_version >= '3.7'
mako==1.2.4; python_version >= '3.7'
markupsafe==2.1.3; python_version >= '3.7'
marshmallow==3.19.0; python_version >= '3.7'
marshmallow-sqlalchemy==0.29.0
packaging==23.1; python_version >= '3.7'
psycopg2-binary==2.9.6
pyjwt==2.7.0
pymupdf==1.22.5
python-dotenv==1.0.0
requests==2.31.0
sniffio==1.3.0; python_version >= '3.7'
sqlalchemy==2.0.19; python_version >= '3.7'
sqlalchemy-utils==0.41.1
typing-extensions==4.7.1; python_version >= '3.7'
urllib3==2.0.3; python_version >= '3.7'
visitor==0.1.3
werkzeug==2.3.6; python_version >= '3.8'
wtforms==3.0.1; python_version >= '3.7'