url-abuse/Pipfile

31 lines
953 B
Plaintext
Raw Permalink Normal View History

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
redis = ">=3"
pypssl = "*"
pypdns = "*"
pyeupi = "*"
dnspython = "*"
beautifulsoup4 = "*"
2019-01-18 18:09:54 +01:00
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 = "*"}
2019-02-04 14:31:20 +01:00
url-abuse = {editable = true,path = "."}
2019-01-18 13:53:56 +01:00
pyurlabuse = {editable = true,path = "./client"}
2019-01-18 18:09:54 +01:00
pyfaup = {editable = true,git = "https://github.com/stricaud/faup.git/",subdirectory = "src/lib/bindings/python/"}
2019-01-31 17:29:20 +01:00
pylookyloo = {editable = true,git = "https://github.com/CIRCL/lookyloo.git/",subdirectory = "client"}
Jinja2 = ">=2.10.1" # CVE-2019-10906
2019-08-22 18:50:51 +02:00
werkzeug = ">=0.15.3" # CVE-2019-14806
[requires]
2019-04-25 14:08:46 +02:00
python_version = "3"