Files
sublime-music/Pipfile
2020-05-11 16:18:03 -06:00

37 lines
688 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "*"
docutils = "*"
flake8 = "*"
flake8-annotations = "*"
flake8-bugbear = "*"
flake8-comprehensions = "*"
flake8-import-order = "*"
flake8-pep3101 = "*"
flake8-print = "*"
graphviz = "*"
lxml = "*"
mypy = "*"
pycodestyle = "*"
pytest = "*"
pytest-cov = "*"
rope = "*"
rst2html5 = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
termcolor = "*"
[packages]
sublime-music = {editable = true,extras = ["keyring"],path = "."}
dataclasses-json = {editable = true,git = "https://github.com/lidatong/dataclasses-json",ref = "master"}
[requires]
python_version = "3.8"
[pipenv]
allow_prereleases = true