Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Sep 26, 2024
1 parent 12b9ace commit 89e60fa
Showing 1 changed file with 29 additions and 28 deletions.
57 changes: 29 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
Arpeggio==2.0.2
attrs==23.2.0
black==24.4.2
certifi==2024.7.4
charset-normalizer==3.3.2
click==8.1.7
dill==0.3.8
dnspython==2.6.1
grpcio==1.60.1
idna==3.7
iniconfig==2.0.0
mypy-extensions==1.0.0
packaging==24.0
parver==0.5
pathspec==0.12.1
platformdirs==4.2.2
pluggy==1.5.0
protobuf==4.25.3
pulumi==3.116.1
pulumi_aws==6.36.0
pymongo==4.7.2
pytest==8.2.0
python-dotenv==1.0.1
PyYAML==6.0.1
requests==2.32.2
semver==2.13.0
six==1.16.0
urllib3==2.2.2
arpeggio==2.0.2 ; python_version >= "3.12" and python_version < "4.0"
attrs==23.2.0 ; python_version >= "3.12" and python_version < "4.0"
black==24.4.2 ; python_version >= "3.12" and python_version < "4.0"
certifi==2024.7.4 ; python_version >= "3.12" and python_version < "4.0"
charset-normalizer==3.3.2 ; 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" or sys_platform == "win32")
dill==0.3.8 ; python_version >= "3.12" and python_version < "4.0"
dnspython==2.6.1 ; python_version >= "3.12" and python_version < "4.0"
grpcio==1.60.1 ; python_version >= "3.12" and python_version < "4.0"
idna==3.7 ; python_version >= "3.12" and python_version < "4.0"
iniconfig==2.0.0 ; python_version >= "3.12" and python_version < "4.0"
mypy-extensions==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
packaging==24.0 ; python_version >= "3.12" and python_version < "4.0"
parver==0.5 ; python_version >= "3.12" and python_version < "4.0"
pathspec==0.12.1 ; python_version >= "3.12" and python_version < "4.0"
platformdirs==4.2.2 ; python_version >= "3.12" and python_version < "4.0"
pluggy==1.5.0 ; python_version >= "3.12" and python_version < "4.0"
protobuf==4.25.3 ; python_version >= "3.12" and python_version < "4.0"
pulumi-aws==6.36.0 ; python_version >= "3.12" and python_version < "4.0"
pulumi==3.116.1 ; python_version >= "3.12" and python_version < "4.0"
pymongo==4.9.1 ; python_version >= "3.12" and python_version < "4.0"
pytest==8.2.0 ; 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"
requests==2.32.2 ; python_version >= "3.12" and python_version < "4.0"
semver==2.13.0 ; python_version >= "3.12" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.12" and python_version < "4.0"
urllib3==2.2.2 ; python_version >= "3.12" and python_version < "4.0"

0 comments on commit 89e60fa

Please sign in to comment.