mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2026-01-27 02:04:25 +01:00
21 lines
262 B
TOML
21 lines
262 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
cmd2 = "*"
|
|
flake8 = "*"
|
|
luigi = "*"
|
|
requests = "*"
|
|
gevent = "*"
|
|
tldextract = "*"
|
|
argparse = "*"
|
|
colorama = "*"
|
|
future = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|