BGP-Ranking/Pipfile

33 lines
978 B
Plaintext
Raw Permalink Normal View History

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
2019-01-18 18:07:28 +01:00
pybgpranking = {editable = true,path = "./client"}
2019-04-09 11:39:56 +02:00
bgpranking = {editable = true,path = "."}
redis = ">=3"
hiredis = "*"
python-dateutil = "*"
aiohttp = "*"
requests = "*"
simplejson = "*"
beautifulsoup4 = "*"
flask = "*"
flask-bootstrap = "*"
gunicorn = {extras = ["gevent"],version = "<20"}
2019-01-18 18:07:28 +01:00
pyipasnhistory = {editable = true,git = "https://github.com/D4-project/IPASN-History.git/",subdirectory = "client"}
pycountry = "*"
2019-01-18 18:07:28 +01:00
pid = {editable = true,git = "https://github.com/trbs/pid.git/"}
pytaxonomies = {editable = true,git = "https://github.com/MISP/PyTaxonomies.git"}
pymispgalaxies = {editable = true,git = "https://github.com/MISP/PyMISPGalaxies.git"}
Jinja2 = ">=2.10.1" # CVE-2019-10906
2019-07-24 10:30:24 +02:00
idna-ssl = {markers = "python_version < '3.7'"}
typing-extensions = {markers = "python_version < '3.7'"}
2019-08-22 18:54:26 +02:00
werkzeug = ">=0.15.3" # CVE-2019-14806
[requires]
2019-04-30 11:41:33 +02:00
python_version = "3"