Files
sublime-music/Pipfile
2020-05-08 11:30:23 -06:00

37 lines
733 B
TOML

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