Spaces:
Sleeping
Sleeping
Suchinthana commited on
Commit ·
fbb5edb
1
Parent(s): f994803
Fix typo in requirements.txt (requests)
Browse filesCorrects a misspelled dependency in requirements.txt by changing 'requestsc' to 'requests' so the package can be installed correctly and avoid pip errors during setup.
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
asyncua
|
| 2 |
pandas
|
| 3 |
-
|
| 4 |
|
|
|
|
| 1 |
asyncua
|
| 2 |
pandas
|
| 3 |
+
requests
|
| 4 |
|