-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathPipfile
30 lines (27 loc) · 953 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
redis = ">=3"
pypssl = "*"
pypdns = "*"
pyeupi = "*"
dnspython = "*"
beautifulsoup4 = "*"
pyipasnhistory = {editable = true,git = "https://github.com/D4-project/IPASN-History.git/",subdirectory = "client"}
pybgpranking = {editable = true,git = "https://github.com/D4-project/BGP-Ranking.git/",subdirectory = "client"}
flask = "*"
flask-bootstrap = "*"
flask-mail = "*"
flask-wtf = "*"
gunicorn = {extras = ["gevent"],version = "*"}
url-abuse = {editable = true,path = "."}
pyurlabuse = {editable = true,path = "./client"}
pyfaup = {editable = true,git = "https://github.com/stricaud/faup.git/",subdirectory = "src/lib/bindings/python/"}
pylookyloo = {editable = true,git = "https://github.com/CIRCL/lookyloo.git/",subdirectory = "client"}
Jinja2 = ">=2.10.1" # CVE-2019-10906
werkzeug = ">=0.15.3" # CVE-2019-14806
[requires]
python_version = "3"