kmk/Pipfile

23 lines
340 B
Plaintext
Raw Normal View History

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
2018-09-03 07:22:52 -04:00
pydux = "*"
[dev-packages]
adafruit-ampy = "*"
"flake8" = "*"
"flake8-comprehensions" = "*"
ipython = "*"
ipdb = "*"
"flake8-commas" = "*"
isort = "*"
"flake8-isort" = "*"
2018-09-03 16:50:53 -04:00
neovim = "*"
"flake8-per-file-ignores" = "*"
[requires]
python_version = "3.7"