forked from dnstwister/dnstwister
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
40 lines (37 loc) · 792 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
csscompressor = "==0.9.5"
"beautifulsoup4" = "==4.6.0"
blinker = "==1.4"
colorama = "==0.3.9"
Flask-WebTest = "==0.0.9"
fakeredis = "==0.9.0"
funcsigs = "==1.0.2"
httpretty = "==0.8.14"
"js2py" = "==0.63"
mock = "==2.0.0"
pbr = "==3.1.1"
py = "==1.4.31"
pytest = "==3.0.3"
pyyaml = "==5.1"
six = "==1.11.0"
watchdog = "==0.9.0"
WebOb = "==1.7.4"
WebTest = "==2.0.29"
[packages]
dnspython = "==1.15.0"
idna = "==2.7"
"psycopg2" = "==2.7.3.2"
python-whois = "==0.6.5"
redis = "==2.10.6"
requests = "==2.20.1"
sendgrid = "==2.2.1"
waitress = "==1.1.0"
"zope.interface" = "==4.3.2"
flask = "==1.0.2"
flask-caching = "==1.7.1"
[requires]
python_version = "2.7.16"