Procházet zdrojové kódy

Update requirements.txt

Remove hardcoded version for the requests library. The previously specified version had a known security vulnerability
Andrew Chiles před 6 roky
rodič
revize
0051e2e5f8
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      requirements.txt

+ 2 - 2
requirements.txt

@@ -1,8 +1,8 @@
-requests==2.13.0
+requests
 texttable==0.8.7
 beautifulsoup4==4.5.3
 lxml
 pillow==5.0.0
 pytesseract
 urllib3
-uuid
+uuid