-
Notifications
You must be signed in to change notification settings - Fork 8
/
Pipfile
41 lines (37 loc) · 779 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
bumpversion = "==0.5.3"
watchdog = "==0.9.0"
flake8 = "==3.7.7"
tox = "==3.8.6"
coverage = "==4.5.3"
docutils = "==0.14"
cryptography = "==2.6.1"
mypy = "==0.670"
pytest = "==4.4.0"
hypothesis = "==4.11.6"
beautifulsoup4 = "==4.7.1"
gevent = "==1.4.0"
stem = "==1.7.1"
lxml = "==4.3.3"
click = "==7.0"
urllib3 = {extras = ["secure"],version = "==1.24.1"}
Sphinx = "==2.0.0"
PyYAML = "==5.1"
PySocks = "==1.6.8"
bump2version = "==0.5.10"
[packages]
urllib3 = {extras = ["secure"],version = "==1.24.1"}
beautifulsoup4 = "==4.7.1"
gevent = "==1.4.0"
stem = "==1.7.1"
lxml = "==4.3.3"
click = "==7.0"
PySocks = "==1.6.8"
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = true