Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -4,4 +4,6 @@ requests
|
|
4 |
beautifulsoup4
|
5 |
pydantic
|
6 |
psycopg2-binary
|
7 |
-
numpy
|
|
|
|
|
|
4 |
beautifulsoup4
|
5 |
pydantic
|
6 |
psycopg2-binary
|
7 |
+
numpy
|
8 |
+
pandas
|
9 |
+
python-dotenv
|