File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,19 @@ coverage = "*"
8
8
coveralls = " *"
9
9
Jinja2 = " *"
10
10
pip = " >=18.0"
11
- pproxy = " == 2.2.0"
11
+ pproxy = " >= 2.2.0,<3 "
12
12
pytest = " *"
13
13
recommonmark = " *"
14
14
Sphinx = " *"
15
- sphinx-readable-theme = " " ==1.3.0 "
15
+ sphinx-readable-theme = " * "
16
16
tox = " *"
17
17
tox-travis = " *"
18
18
virtualenv = " *"
19
19
twine = " *"
20
20
21
21
22
22
[packages ]
23
- requests = " <3,= =2.20.0"
24
- geojson = " <3,= =2.3.0"
25
- PySocks = " <2,= =1.7.1"
26
- requests[socks] = "*"
23
+ requests = " <3,> =2.20.0"
24
+ geojson = " <3,> =2.3.0"
25
+ PySocks = " <2,> =1.7.1"
26
+ " requests[socks]" = " *"
Original file line number Diff line number Diff line change 2
2
coveralls
3
3
Jinja2
4
4
pip>=18.0
5
- pproxy<3
5
+ pproxy>=2.2.0, <3
6
6
pytest
7
7
recommonmark
8
8
Sphinx
Original file line number Diff line number Diff line change 1
1
geojson >= 2.3.0 ,< 3
2
- PySocks = =1.7.1 ,< 2
2
+ PySocks > =1.7.1 ,< 2
3
3
requests >= 2.20.0 ,< 3
4
4
requests [socks ]
Original file line number Diff line number Diff line change 18
18
install_requires = [
19
19
'requests>=2.20.0,<3' ,
20
20
'geojson>=2.3.0,<3' ,
21
- 'PySocks= =1.7.1,<2' ,
21
+ 'PySocks> =1.7.1,<2' ,
22
22
'requests[socks]'
23
23
],
24
24
python_requires = '>=3.7' ,
You can’t perform that action at this time.
0 commit comments