Skip to content

Commit

Permalink
Add urllib3 requirements (#354)
Browse files Browse the repository at this point in the history
* Revert "Remove openssl reqs and update python version (#352)"

This reverts commit 407dd17.

* Update requirements.txt
  • Loading branch information
gchhablani authored Sep 15, 2023
1 parent 407dd17 commit 9685b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
sudo: false
python:
- '3.8'
- '3.7'
install:
- pip install -r requirements.txt
- pip install coverage==4.5.4
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ requests==2.25.1
validators==0.12.6
termcolor==1.1.0
tqdm>=4.49.0
urllib3==1.26.6

0 comments on commit 9685b0b

Please sign in to comment.