requirements file updated
authorSam Mirazi <sasan345@gmail.com>
Sat, 31 May 2025 02:21:31 +0000 (19:21 -0700)
committerSam Mirazi <sasan345@gmail.com>
Sat, 31 May 2025 02:21:31 +0000 (19:21 -0700)
requirements.txt

index 1dbe28fa8dcc3cf9af387328a5c3a85a509b8a0a..3485943e054b9ee969cfc2d5f3ec744ef6a22241 100644 (file)
@@ -1,11 +1,10 @@
-requests
-beautifulsoup4
-pandas
-lxml
-pytest
-responses
-rich
-# tabulate # Optional for alternative table formatting
+Flask==3.1.1
+fastapi==0.115.12
+uvicorn==0.34.2
+pytest==8.3.5
+httpx==0.28.1
+requests==2.32.3
+
 # Optional, as per TDD plan:
 # tenacity
 # typing