2019-01-17 16:29:28 +01:00
|
|
|
[[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"}
|
2019-01-17 16:29:28 +01:00
|
|
|
flask = "*"
|
|
|
|
flask-bootstrap = "*"
|
|
|
|
flask-mail = "*"
|
|
|
|
flask-wtf = "*"
|
|
|
|
gunicorn = {extras = ["gevent"],version = "*"}
|
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-17 16:29:28 +01:00
|
|
|
|
|
|
|
[requires]
|
|
|
|
python_version = "3.6"
|