mirror of https://github.com/CIRCL/url-abuse
27 lines
679 B
Plaintext
27 lines
679 B
Plaintext
|
[[source]]
|
||
|
name = "pypi"
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[packages]
|
||
|
redis = ">=3"
|
||
|
pypssl = "*"
|
||
|
pypdns = "*"
|
||
|
pyeupi = "*"
|
||
|
dnspython = "*"
|
||
|
beautifulsoup4 = "*"
|
||
|
pyipasnhistory = {git = "https://github.com/D4-project/IPASN-History.git/",subdirectory = "client"}
|
||
|
pybgpranking = {git = "https://github.com/D4-project/BGP-Ranking.git/",subdirectory = "client"}
|
||
|
flask = "*"
|
||
|
flask-bootstrap = "*"
|
||
|
flask-mail = "*"
|
||
|
flask-wtf = "*"
|
||
|
gunicorn = {extras = ["gevent"],version = "*"}
|
||
|
pyurlabuse = {editable = true,path = "."}
|
||
|
pyfaup = {git = "https://github.com/stricaud/faup.git/",subdirectory = "src/lib/bindings/python/"}
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.6"
|