Skip to content

Commit

Permalink
clean up requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanBonsignori committed Mar 14, 2024
1 parent 23a0c61 commit 9467b33
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
annotated-types==0.6.0 ; python_version >= "3.12" and python_version < "4.0"
click==8.1.7 ; python_version >= "3.12" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.12" and python_version < "4.0" and platform_system == "Windows"
dnspython==2.5.0 ; python_version >= "3.12" and python_version < "4.0"
fastapi==0.109.2 ; python_version >= "3.12" and python_version < "4.0"
gunicorn==21.2.0 ; python_version >= "3.12" and python_version < "4.0"
h11==0.14.0 ; python_version >= "3.12" and python_version < "4.0"
motor==3.3.2 ; python_version >= "3.12" and python_version < "4.0"
packaging==23.2 ; python_version >= "3.12" and python_version < "4.0"
pydantic-core==2.16.2 ; python_version >= "3.12" and python_version < "4.0"
pydantic==2.6.1 ; python_version >= "3.12" and python_version < "4.0"
pymongo==4.6.1 ; python_version >= "3.12" and python_version < "4.0"
python-dotenv==1.0.1 ; python_version >= "3.12" and python_version < "4.0"
pyyaml==6.0.1 ; python_version >= "3.12" and python_version < "4.0"
psutil==5.9.8 ; python_version >= "3.12" and python_version < "4.0"
typing-extensions==4.9.0 ; python_version >= "3.12" and python_version < "4.0"
uvicorn==0.27.0.post1 ; python_version >= "3.12" and python_version < "4.0"
python-dotenv==1.0.1 ; python_version >= "3.12" and python_version < "4.0"
pyyaml==6.0.1 ; python_version >= "3.12" and python_version < "4.0"
pyjwt==2.8.0 ; python_version >= "3.12" and python_version < "4.0"

0 comments on commit 9467b33

Please sign in to comment.