Merged in feature/addReqs (pull request #233)

Add Requirements.txt

* requirements


Approved-by: Alex Galarce
This commit is contained in:
Michael McGuinness
2024-10-10 16:44:16 +00:00
parent 20b01d442c
commit edd4fe61ba
24 changed files with 286 additions and 266 deletions
-1
View File
@@ -65,7 +65,6 @@ texts/
*.json
myenv/
*.env
*.txt
subset/
output/
docs/
+5
View File
@@ -0,0 +1,5 @@
anthropic==0.36.0
boto3==1.35.37
botocore==1.35.37
pandas==2.2.3
Requests==2.32.3