BGP-Ranking/Pipfile

28 lines
752 B
Plaintext
Raw 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"}
redis = ">=3"
hiredis = "*"
python-dateutil = "*"
aiohttp = "*"
requests = "*"
simplejson = "*"
beautifulsoup4 = "*"
flask = "*"
flask-bootstrap = "*"
gunicorn = {extras = ["gevent"],version = "*"}
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"}
[requires]
python_version = "3.6"