Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <[email protected]>
  • Loading branch information
seapagan committed Mar 23, 2023
1 parent a472b60 commit eba8d8c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiosmtplib==2.0.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
alembic==1.9.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
alembic==1.10.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
anyio==3.6.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
asyncclick==8.1.3.4 ; python_full_version >= "3.8.1" and python_version < "4.0"
asyncpg==0.27.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
Expand All @@ -12,37 +12,37 @@ commonmark==0.9.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
databases==0.7.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
dnspython==2.3.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
email-validator==1.3.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
fastapi-mail[httpx]==1.2.5 ; python_full_version >= "3.8.1" and python_version < "4.0"
fastapi==0.92.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
fastapi-mail[httpx]==1.2.6 ; python_full_version >= "3.8.1" and python_version < "4.0"
fastapi==0.95.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
greenlet==2.0.2 ; python_full_version >= "3.8.1" and (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") and python_version < "4.0"
h11==0.14.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
httpcore==0.16.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
httptools==0.5.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
httpx[httpx]==0.23.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
idna==3.4 ; python_full_version >= "3.8.1" and python_version < "4.0"
importlib-metadata==6.0.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
importlib-resources==5.10.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
importlib-metadata==6.1.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
importlib-resources==5.12.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
jinja2==3.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
mako==1.2.4 ; python_full_version >= "3.8.1" and python_version < "4.0"
markupsafe==2.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
passlib[bcrypt]==1.7.4 ; python_full_version >= "3.8.1" and python_version < "4.0"
psycopg2==2.9.5 ; python_full_version >= "3.8.1" and python_version < "4.0"
pydantic==1.10.5 ; python_full_version >= "3.8.1" and python_version < "4.0"
pydantic==1.10.7 ; python_full_version >= "3.8.1" and python_version < "4.0"
pygments==2.14.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pyjwt==2.6.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
python-decouple==3.7 ; python_full_version >= "3.8.1" and python_version < "4.0"
python-dotenv==0.21.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
python-decouple==3.8 ; python_full_version >= "3.8.1" and python_version < "4.0"
python-dotenv==1.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pyyaml==6.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
rfc3986[idna2008]==1.5.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
rich==12.6.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
sniffio==1.3.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
sqlalchemy==1.4.46 ; python_full_version >= "3.8.1" and python_version < "4.0"
starlette==0.25.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
sqlalchemy==1.4.47 ; python_full_version >= "3.8.1" and python_version < "4.0"
starlette==0.26.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
tomli-w==1.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
tomli==2.0.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
typing-extensions==4.5.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
uvicorn[standard]==0.20.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
uvicorn[standard]==0.21.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
uvloop==0.17.0 ; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy" and python_full_version >= "3.8.1" and python_version < "4.0"
watchfiles==0.18.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
websockets==10.4 ; python_full_version >= "3.8.1" and python_version < "4.0"
zipp==3.13.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
zipp==3.15.0 ; python_full_version >= "3.8.1" and python_version < "3.9"

0 comments on commit eba8d8c

Please sign in to comment.