forked from depthsecurity/armory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
40 lines (38 loc) · 762 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]
nose = "*"
tox = "*"
coverage = "*"
twine = "*"
check-manifest = "*"
cmarkgfm = "*"
readme_renderer = "*"
flake8 = "*"
mock = {version = "*",markers = "python_version < '3.4'"}
[packages]
configparser = "*"
sqlalchemy = "*"
sqlalchemy_mixins = "*"
tld = "*"
dnspython = "*"
netaddr = "*"
pyperclip = "*"
requests = "*"
ipwhois = "*"
whois = "*"
fuzzywuzzy = {extras = ["speedup"]}
xmltodict = "*"
bs4 = "*"
thready = "*"
argcomplete = "*"
tldextract = "*"
subprocess32 = {version = "*",markers = "python_version < '3.3'"}
ipaddr = "*"
mysqlclient = "*"
lxml = "*"
termcolor = "*"
jinja2 = "*"
colorama = "*"