Skip to content

Commit

Permalink
YAY! More requirements fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
parker02311 committed Apr 4, 2024
1 parent c3fc199 commit 335188e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ name = "pypi"
regex = "==2023.10.3"
apscheduler = "==3.10.4"
python-dotenv = "==1.0.0"
fastapi = "==0.109.1"
fastapi = "==0.110.1"
uvicorn = "==0.23.2"
websockets = "==12.0"
prisma = "==0.11.0"
pillow = "==10.3.0"
requests = "==2.31.0"
starlette = ">=0.36.2"

[dev-packages]

Expand Down
17 changes: 8 additions & 9 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ discord.py==2.3.2
regex==2023.10.3
apscheduler==3.10.4
python-dotenv==1.0.0
fastapi==0.109.1
fastapi==0.110.1
uvicorn==0.23.2
websockets==12.0
prisma==0.11.0
Pillow==10.3.0
requests==2.31.0
pydantic==2.4.2
starlette==0.36.2
pydantic==2.4.2

0 comments on commit 335188e

Please sign in to comment.