@cryptotaxi247 / CoPilot / commits / a4c6ff38

chore: Update python-dateutil dependency to version 2.8.1 and remove pandas

Taylor committed Jun 7, 2024 at 13:44 UTC a4c6ff3859a40903d303d16e41094f4603bf50c7
1 file changed +2 -2
backend/requirements.txt
+2 -2
@@ -91,7 +91,7 @@ openpyxl==3.1.2
91 ordered-set==4.1.0
92 orjson==3.9.9
93 packaging==23.2
94 -pandas==2.1.1
94 +#pandas==2.1.1
95 passlib==1.7.4
96 pcre2==0.3.0
97 pdfkit==1.0.0
@@ -119,7 +119,7 @@ pyparsing==3.1.1
119 pyrsistent==0.19.3
120 pytest==7.4.2
121 pytest-playwright==0.4.4
122 -python-dateutil==2.8.2
122 +python-dateutil==2.8.1
123 python-dotenv==1.0.0
124 python-jose==3.3.0
125 python-magic==0.4.27