-
Notifications
You must be signed in to change notification settings - Fork 540
/
Pipfile
67 lines (63 loc) · 1.38 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
setuptools = "==41.2.0"
alembic = "==1.2.0"
blinker = "==1.4"
boltons = "==19.1.0"
cryptography = "==2.7.0"
Cython = "==0.29.13"
dnspython = "==1.16.0"
ecdsa = "==0.13.3"
geoip2 = "==2.9.0"
geojson = "==2.5.0"
graphene = "==2.1.8"
graphene-sqlalchemy = "==2.1.2"
graphql-relay = "==2.0.0"
icalendar = "==4.0.3"
ipaddress = "==1.0.22"
jsonschema = "==2.6.0"
msgpack-python = "==0.5.6"
paramiko = "==2.6.0"
pluginbase = "==1.0.0"
psycopg2 = "==2.8.3"
py-gfm = "==0.1.4"
pygobject = "==3.34.0"
pyotp = "==2.3.0"
python-pam = "==1.8.4"
pytz = "==2019.2"
requests = "==2.22.0"
requests-file = "==1.4.3"
six = "==1.12.0"
smoke-zephyr = "==1.4.1"
termcolor = "==1.1.0"
tzlocal = "==2.0.0"
websocket-client = "==0.56.0"
AdvancedHTTPServer = "~=2.2"
email_validator = "==1.0.4"
Jinja2 = "==2.11.3"
Markdown = "==2.6.11"
MarkupSafe = "==1.1.1"
PyYAML = "==5.4"
SQLAlchemy = "==1.3.8"
XlsxWriter = "==1.2.1"
numpy = "==1.20.2"
rule-engine = "~=1.1"
matplotlib = "==2.2.4"
[dev-packages]
sphinx = "==1.7.9"
sphinxcontrib-httpdomain = "==1.5.0"
sphinx-rtd-theme = "==0.4.2"
ipython = "*"
pyopenssl = "==18.0.0"
ipdb = "*"
jupyter = "*"
ipykernel = "*"
[scripts]
KingPhisher = "python -m king_phisher.client"
KingPhisherServer = "python -m king_phisher.server"
unittest = "python -m unittest -v tests"
[pipenv]
allow_site_packages = true