2019-09-10 21:39:36 +01:00
|
|
|
[[source]]
|
|
|
|
name = "pypi"
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
[scripts]
|
2019-09-26 21:00:12 +01:00
|
|
|
core = "python scripts/core-daemon -f data/core.conf -l data/logging.conf"
|
|
|
|
test = "pytest -v tests"
|
|
|
|
test_emane = "pytest -v tests/emane"
|
2019-09-10 21:39:36 +01:00
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
grpcio-tools = "*"
|
2019-09-10 22:07:46 +01:00
|
|
|
isort = "*"
|
|
|
|
pre-commit = "*"
|
2019-09-10 23:10:24 +01:00
|
|
|
flake8 = "*"
|
|
|
|
black = "==19.3b0"
|
2019-09-11 05:12:39 +01:00
|
|
|
pytest = "*"
|
|
|
|
mock = "*"
|
2019-09-10 21:39:36 +01:00
|
|
|
|
|
|
|
[packages]
|
2019-09-11 18:59:06 +01:00
|
|
|
core = {editable = true,path = "."}
|