2019-09-10 21:39:36 +01:00
|
|
|
[[source]]
|
|
|
|
name = "pypi"
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
[scripts]
|
2019-10-18 22:28:50 +01:00
|
|
|
core = "python scripts/core-daemon -f data/core.conf -l data/logging.conf"
|
2020-04-14 18:47:42 +01:00
|
|
|
core-pygui = "python scripts/core-pygui"
|
2019-09-26 21:00:12 +01:00
|
|
|
test = "pytest -v tests"
|
2019-12-19 17:30:21 +00:00
|
|
|
test-mock = "pytest -v --mock 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 = "."}
|