Skip to content

Commit 3fa1276

Browse files
Add upper bound for free-proxy
The minor release of v1.1.0 broke backward compatibility in `free-proxy` that affects scholarly. Here's a quick hack by limiting versions.
1 parent 970d225 commit 3fa1276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ beautifulsoup4
33
bibtexparser
44
deprecated
55
fake_useragent
6-
free-proxy
6+
free-proxy<1.1.0
77
python-dotenv
88
requests[socks]
99
selenium

0 commit comments

Comments
 (0)