Skip to content

Commit

Permalink
modified: requirements.txt (#29)
Browse files Browse the repository at this point in the history
modified:   requirements.txt
  • Loading branch information
Angel-Dijoux authored Jan 4, 2024
1 parent 2e002a0 commit 91c3f05
Showing 1 changed file with 68 additions and 15 deletions.
83 changes: 68 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,72 @@
flask==2.2.2
flask-cors==3.0.10
alembic==1.13.1
aniso8601==9.0.1
apispec==6.3.1
apispec-webframeworks==0.5.2
attrs==23.2.0
beautifulsoup4==4.12.2
black==23.1.0
blinker==1.7.0
certifi==2023.11.17
charset-normalizer==3.3.2
click==8.1.7
coverage==7.4.0
decorator==5.1.1
factory-boy==3.3.0
Faker==22.0.0
flasgger==0.9.5
Flask==2.2.2
Flask-Cors==3.0.10
Flask-JWT-Extended==4.2.2
flask-marshmallow==0.15.0
Flask-Migrate==3.1.0
Flask-RESTful==0.3.10
Flask-SQLAlchemy==3.0.3
gevent==23.9.1
greenlet==3.0.3
gunicorn==20.1.0
idna==3.6
iniconfig==2.0.0
itsdangerous==2.1.2
Jinja2==3.1.2
jsonschema==4.20.0
jsonschema-specifications==2023.12.1
loguru==0.6.0
Mako==1.3.0
MarkupSafe==2.1.3
marshmallow==3.20.1
marshmallow-sqlalchemy==0.29.0
mistune==3.0.2
mypy-extensions==1.0.0
mysql-connector-python==8.0.29
packaging==23.2
pathspec==0.12.1
platformdirs==4.1.0
pluggy==1.3.0
protobuf==4.25.1
PyJWT==2.8.0
pytest==7.4.4
pytest-cov==4.1.0
pytest-mock==3.12.0
pytest-socket==0.6.0
pytest-sugar==0.9.7
python-dateutil==2.8.2
python-dotenv==0.20.0
flask-sqlalchemy==3.0.3
werkzeug==2.2.2
pytz==2023.3.post1
PyYAML==6.0.1
referencing==0.32.0
requests==2.31.0
rpds-py==0.16.2
secure==0.3.0
six==1.16.0
soupsieve==2.5
SQLAlchemy==2.0.25
SQLAlchemy-serializer==1.4.1
termcolor==2.4.0
typing_extensions==4.9.0
urllib3==2.1.0
validators==0.20.0
flask-jwt-extended==4.2.2
flasgger==0.9.5
mysql-connector-python==8.0.29
flask-migrate==3.1.0
Werkzeug==2.2.2
xmltodict==0.13.0
secure==0.3.0
loguru==0.6.0
sqlalchemy-serializer
gunicorn==20.1.0
black~=23.1.0
gevent
ruff
zope.event==5.0
zope.interface==6.1
ruff

0 comments on commit 91c3f05

Please sign in to comment.