Suchinthana commited on
Commit
fbb5edb
·
1 Parent(s): f994803

Fix typo in requirements.txt (requests)

Browse files

Corrects a misspelled dependency in requirements.txt by changing 'requestsc' to 'requests' so the package can be installed correctly and avoid pip errors during setup.

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  asyncua
2
  pandas
3
- requestsc
4
 
 
1
  asyncua
2
  pandas
3
+ requests
4