Skip to content

Commit

Permalink
Add Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindnswamy committed Dec 8, 2023
1 parent 1c00a96 commit 96ff4fa
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
certifi==2022.12.7
charset-normalizer==3.1.0
idna==3.4
opa-python-client==1.3.4
requests==2.31.0
six==1.16.0
types-requests==2.31.0.1
types-urllib3==1.26.25.13
urllib3==1.26.16
user-agent==0.1.10
10 changes: 10 additions & 0 deletions .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
certifi==2022.12.7
charset-normalizer==3.1.0
idna==3.4
opa-python-client==1.3.4
requests==2.31.0
six==1.16.0
types-requests==2.31.0.1
types-urllib3==1.26.25.13
urllib3==1.26.16
user-agent==0.1.10
10 changes: 10 additions & 0 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
certifi==2022.12.7
charset-normalizer==3.1.0
idna==3.4
opa-python-client==1.3.4
requests==2.31.0
six==1.16.0
types-requests==2.31.0.1
types-urllib3==1.26.25.13
urllib3==1.26.16
user-agent==0.1.10

0 comments on commit 96ff4fa

Please sign in to comment.