-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dbc83b1
commit f25103c
Showing
3 changed files
with
119 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,4 +64,5 @@ test.json | |
# Specific includes and excludes | ||
*.txt | ||
!requirements.txt | ||
!dev-requirements.txt | ||
chromedriver* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
autopep8==2.3.1 | ||
mypy==1.11.1 | ||
types-redis==4.6.0.20240806 | ||
ruff==0.5.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,140 @@ | ||
aiohttp==3.8.5 | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile pyproject.toml -o requirements.txt | ||
aiohappyeyeballs==2.3.4 | ||
# via aiohttp | ||
aiohttp==3.10.1 | ||
# via fastapi-base (pyproject.toml) | ||
aiosignal==1.3.1 | ||
alembic==1.12.0 | ||
# via aiohttp | ||
alembic==1.13.2 | ||
# via fastapi-base (pyproject.toml) | ||
annotated-types==0.5.0 | ||
# via pydantic | ||
anyio==3.7.1 | ||
async-timeout==4.0.3 | ||
# via starlette | ||
attrs==23.1.0 | ||
autopep8==2.0.4 | ||
boto3==1.28.53 | ||
botocore==1.31.53 | ||
# via aiohttp | ||
boto3==1.34.154 | ||
# via fastapi-base (pyproject.toml) | ||
botocore==1.34.154 | ||
# via | ||
# boto3 | ||
# s3transfer | ||
certifi==2023.7.22 | ||
# via requests | ||
cffi==1.15.1 | ||
# via cryptography | ||
charset-normalizer==3.2.0 | ||
# via requests | ||
click==8.1.7 | ||
# via uvicorn | ||
cryptography==41.0.4 | ||
# via python-jose | ||
ecdsa==0.18.0 | ||
fastapi==0.103.1 | ||
# via python-jose | ||
fastapi==0.112.0 | ||
# via fastapi-base (pyproject.toml) | ||
frozenlist==1.4.0 | ||
gunicorn==21.2.0 | ||
# via | ||
# aiohttp | ||
# aiosignal | ||
gunicorn==22.0.0 | ||
# via fastapi-base (pyproject.toml) | ||
h11==0.14.0 | ||
# via uvicorn | ||
idna==3.4 | ||
# via | ||
# anyio | ||
# requests | ||
# yarl | ||
jmespath==1.0.1 | ||
Mako==1.2.4 | ||
MarkupSafe==2.1.3 | ||
# via | ||
# boto3 | ||
# botocore | ||
mako==1.2.4 | ||
# via alembic | ||
markupsafe==2.1.3 | ||
# via mako | ||
multidict==6.0.4 | ||
mypy==1.5.1 | ||
mypy-extensions==1.0.0 | ||
orjson==3.9.7 | ||
# via | ||
# aiohttp | ||
# yarl | ||
orjson==3.10.6 | ||
# via fastapi-base (pyproject.toml) | ||
packaging==23.1 | ||
picologging==0.9.2 | ||
# via gunicorn | ||
picologging==0.9.3 | ||
# via fastapi-base (pyproject.toml) | ||
prometheus-client==0.17.1 | ||
prometheus-fastapi-instrumentator==6.1.0 | ||
psycopg==3.1.11 | ||
# via prometheus-fastapi-instrumentator | ||
prometheus-fastapi-instrumentator==7.0.0 | ||
# via fastapi-base (pyproject.toml) | ||
psycopg==3.2.1 | ||
# via fastapi-base (pyproject.toml) | ||
pyasn1==0.5.0 | ||
pycodestyle==2.11.0 | ||
# via | ||
# python-jose | ||
# rsa | ||
pycparser==2.21 | ||
pydantic==2.3.0 | ||
pydantic-settings==2.0.3 | ||
pydantic_core==2.6.3 | ||
pyinstrument==4.5.3 | ||
PyMySQL==1.1.0 | ||
# via cffi | ||
pydantic==2.8.2 | ||
# via | ||
# fastapi-base (pyproject.toml) | ||
# fastapi | ||
# pydantic-settings | ||
pydantic-core==2.20.1 | ||
# via pydantic | ||
pydantic-settings==2.4.0 | ||
# via fastapi-base (pyproject.toml) | ||
pyinstrument==4.7.2 | ||
# via fastapi-base (pyproject.toml) | ||
pymysql==1.1.1 | ||
# via fastapi-base (pyproject.toml) | ||
python-dateutil==2.8.2 | ||
python-dotenv==1.0.0 | ||
# via botocore | ||
python-dotenv==1.0.1 | ||
# via | ||
# fastapi-base (pyproject.toml) | ||
# pydantic-settings | ||
python-jose==3.3.0 | ||
redis==5.0.0 | ||
requests==2.31.0 | ||
# via fastapi-base (pyproject.toml) | ||
redis==5.0.8 | ||
# via fastapi-base (pyproject.toml) | ||
requests==2.32.3 | ||
# via fastapi-base (pyproject.toml) | ||
rsa==4.9 | ||
ruff==0.0.264 | ||
s3transfer==0.6.2 | ||
# via python-jose | ||
s3transfer==0.10.2 | ||
# via boto3 | ||
six==1.16.0 | ||
# via | ||
# ecdsa | ||
# python-dateutil | ||
sniffio==1.3.0 | ||
SQLAlchemy==2.0.21 | ||
starlette==0.27.0 | ||
types-pyOpenSSL==23.2.0.2 | ||
types-redis==4.6.0.7 | ||
typing_extensions==4.8.0 | ||
# via anyio | ||
sqlalchemy==2.0.32 | ||
# via | ||
# fastapi-base (pyproject.toml) | ||
# alembic | ||
starlette==0.37.2 | ||
# via | ||
# fastapi | ||
# prometheus-fastapi-instrumentator | ||
typing-extensions==4.8.0 | ||
# via | ||
# alembic | ||
# fastapi | ||
# psycopg | ||
# pydantic | ||
# pydantic-core | ||
# sqlalchemy | ||
urllib3==1.26.16 | ||
uvicorn==0.23.2 | ||
uvloop==0.17.0 | ||
# via | ||
# botocore | ||
# requests | ||
uvicorn==0.30.5 | ||
# via fastapi-base (pyproject.toml) | ||
uvloop==0.19.0 | ||
# via fastapi-base (pyproject.toml) | ||
yarl==1.9.2 | ||
# via aiohttp |