Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwjfrog authored Oct 9, 2024
1 parent 2b03b73 commit 93fdde7
Showing 1 changed file with 98 additions and 1 deletion.
99 changes: 98 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,99 @@
PyYAML==6.0.1
#
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements.in
#

blackduck==1.0.7
# via -r requirements.in
boto3==1.24.9
# via -r requirements.in
botocore==1.27.9
# via
# boto3
# s3transfer
certifi==2022.5.18.1
# via requests
cffi==1.15.0
# via
# cryptography
# pynacl
charset-normalizer==2.0.12
# via requests
cryptography==37.0.2
# via secretstorage
defusedxml==0.7.1
# via jira
deprecated==1.2.13
# via pygithub
idna==3.3
# via requests
importlib-metadata==4.11.4
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via -r requirements.in
jira==3.2.0
# via -r requirements.in
jmespath==1.0.0
# via
# boto3
# botocore
keyring==23.6.0
# via jira
markupsafe==2.1.1
# via jinja2
oauthlib==3.2.0
# via requests-oauthlib
packaging==21.3
# via -r requirements.in
pkginfo==1.8.3
# via -r requirements.in
pycparser==2.21
# via cffi
pygithub==1.55
# via -r requirements.in
pyjwt==2.4.0
# via pygithub
pynacl==1.5.0
# via pygithub
pyparsing==3.0.9
# via packaging
python-dateutil==2.8.2
# via
# blackduck
# botocore
pyyaml==6.0.1
# via -r requirements.in
requests==2.28.0
# via
# -r requirements.in
# blackduck
# jira
# pygithub
# requests-oauthlib
# requests-toolbelt
requests-oauthlib==1.3.1
# via jira
requests-toolbelt==0.9.1
# via jira
s3transfer==0.6.0
# via boto3
secretstorage==3.3.2
# via keyring
six==1.16.0
# via python-dateutil
typing-extensions==4.2.0
# via jira
urllib3==1.26.9
# via
# botocore
# requests
wrapt==1.14.1
# via deprecated
zipp==3.8.0
# via importlib-metadata

0 comments on commit 93fdde7

Please sign in to comment.