Skip to content

Commit

Permalink
fix: requirement.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Dijoux committed Jan 22, 2024
1 parent 70ede88 commit a62135a
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
alembic==1.13.1
aniso8601==9.0.1
anyio==4.2.0
apispec==6.4.0
apispec-webframeworks==0.5.2
apispec-webframeworks==1.0.0
attrs==23.2.0
beautifulsoup4==4.12.2
black==23.1.0
Expand All @@ -11,29 +12,34 @@ click==8.1.7
coverage==7.4.0
decorator==5.1.1
factory-boy==3.3.0
Faker==22.2.0
Faker==22.4.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-marshmallow==1.1.0
Flask-Migrate==3.1.0
Flask-RESTful==0.3.10
Flask-SQLAlchemy==3.0.3
gevent==23.9.1
graphql-core==3.2.3
greenlet==3.0.3
gunicorn==20.1.0
h11==0.14.0
idna==3.6
iniconfig==2.0.0
itsdangerous==2.1.2
Jinja2==3.1.3
jsonschema==4.21.0
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
libcst==1.1.0
loguru==0.6.0
Mako==1.3.0
MarkupSafe==2.1.3
markdown-it-py==3.0.0
MarkupSafe==2.1.4
marshmallow==3.20.2
marshmallow-sqlalchemy==0.30.0
mdurl==0.1.2
mistune==3.0.2
mypy-extensions==1.0.0
mysql-connector-python==8.0.29
Expand All @@ -42,6 +48,7 @@ pathspec==0.12.1
platformdirs==4.1.0
pluggy==1.3.0
protobuf==4.25.2
Pygments==2.17.2
PyJWT==2.8.0
pytest==7.4.4
pytest-cov==4.1.0
Expand All @@ -50,19 +57,27 @@ pytest-socket==0.6.0
pytest-sugar==0.9.7
python-dateutil==2.8.2
python-dotenv==0.20.0
python-multipart==0.0.6
pytz==2023.3.post1
PyYAML==6.0.1
referencing==0.32.1
requests==2.31.0
rich==13.7.0
rpds-py==0.17.1
secure==0.3.0
six==1.16.0
sniffio==1.3.0
soupsieve==2.5
SQLAlchemy==2.0.25
SQLAlchemy-serializer==1.4.1
starlette==0.35.1
strawberry-graphql==0.217.1
termcolor==2.4.0
typer==0.9.0
typing-inspect==0.9.0
typing_extensions==4.9.0
urllib3==2.1.0
uvicorn==0.26.0
validators==0.20.0
Werkzeug==2.2.2
xmltodict==0.13.0
Expand Down

0 comments on commit a62135a

Please sign in to comment.