Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
doodledood committed Nov 12, 2023
1 parent 0939951 commit 924d941
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ certifi==2023.7.22 ; python_full_version >= "3.8.1" and python_version < "4.0"
charset-normalizer==3.3.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
dataclasses-json==0.6.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
docker==6.1.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
exceptiongroup==1.1.3 ; python_full_version >= "3.8.1" and python_version < "3.11"
frozenlist==1.4.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
greenlet==3.0.1 ; python_full_version >= "3.8.1" and python_version < "4.0" 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")
Expand All @@ -28,6 +29,7 @@ prompt-toolkit==3.0.36 ; python_full_version >= "3.8.1" and python_full_version
pydantic-core==2.10.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
pydantic==2.4.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
python-dotenv==1.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pywin32==306 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" and sys_platform == "win32"
pyyaml==6.0.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
questionary==2.0.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
requests==2.31.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
Expand All @@ -43,4 +45,5 @@ typing-extensions==4.8.0 ; python_full_version >= "3.8.1" and python_version < "
typing-inspect==0.9.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
urllib3==2.0.7 ; python_full_version >= "3.8.1" and python_version < "4.0"
wcwidth==0.2.9 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
websocket-client==1.6.4 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
yarl==1.9.2 ; python_full_version >= "3.8.1" and python_version < "4.0"

0 comments on commit 924d941

Please sign in to comment.