22 lines
308 B
TOML
22 lines
308 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
pydux = "*"
|
|
|
|
[dev-packages]
|
|
adafruit-ampy = "*"
|
|
"flake8" = "*"
|
|
"flake8-comprehensions" = "*"
|
|
ipython = "*"
|
|
ipdb = "*"
|
|
"flake8-commas" = "*"
|
|
isort = "*"
|
|
"flake8-isort" = "*"
|
|
neovim = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|