Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: LucaNicosia <[email protected]>
  • Loading branch information
LucaNicosia authored and Ryan Wolfe committed Jan 31, 2025
1 parent e565a67 commit d89f2aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ python-dateutil==2.8.2 ; python_full_version > "3.8.1" and python_version < "3.1
python-dotenv==0.19.2 ; python_full_version > "3.8.1" and python_version < "3.10"
python-nubia==0.2b5 ; python_full_version > "3.8.1" and python_version < "3.10"
pytz==2023.3 ; python_full_version > "3.8.1" and python_version < "3.10"
pyvmomi==8.0.2.0.1 ; python_full_version > "3.8.1" and python_version < "3.10"
pywin32==306 ; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_full_version > "3.8.1" and python_version < "3.10"
pywinpty==2.0.11 ; python_full_version > "3.8.1" and python_version < "3.10" and os_name == "nt"
pyyaml==6.0 ; python_full_version > "3.8.1" and python_version < "3.10"
Expand Down Expand Up @@ -145,7 +146,7 @@ typing-extensions==4.7.1 ; python_full_version > "3.8.1" and python_version < "3
typing-inspect==0.9.0 ; python_full_version > "3.8.1" and python_version < "3.10"
tzlocal==2.1 ; python_full_version > "3.8.1" and python_version < "3.10"
urllib3==1.26.16 ; python_full_version > "3.8.1" and python_version < "3.10"
uvicorn==0.14.0 ; python_full_version > "3.8.1" and python_version < "3.10"
uvicorn==0.15.0 ; python_full_version > "3.8.1" and python_version < "3.10"
uvloop==0.17.0 ; python_full_version > "3.8.1" and python_version < "3.10"
validators==0.20.0 ; python_full_version > "3.8.1" and python_version < "3.10"
watchdog==3.0.0 ; python_full_version > "3.8.1" and python_version < "3.10" and platform_system != "Darwin"
Expand Down

0 comments on commit d89f2aa

Please sign in to comment.