Changeset View
Changeset View
Standalone View
Standalone View
pyproject.toml
| Show All 40 Lines | |||||
| python-stdnum = "^1.16" | python-stdnum = "^1.16" | ||||
| localflavor = "^1.9" | localflavor = "^1.9" | ||||
| pyvat = "1.3.15" | pyvat = "1.3.15" | ||||
| [tool.poetry.dev-dependencies] | [tool.poetry.dev-dependencies] | ||||
| black = {version = "*", allow-prereleases = true} | black = {version = "*", allow-prereleases = true} | ||||
| mypy = "*" | mypy = "*" | ||||
| django-stubs = "^1.5" | django-stubs = "^1.5" | ||||
| pre-commit = "^2.6.0" | pre-commit = "2.9.0" | ||||
| ipython = "^7.17" | ipython = "^7.17" | ||||
| factory-boy = "^3.0" | factory-boy = "^3.0" | ||||
| django-debug-toolbar = "^2.2" | django-debug-toolbar = "^2.2" | ||||
| flake8 = "^3.8.3" | flake8 = "^3.8.3" | ||||
| flake8-docstrings = "^1.5.0" | flake8-docstrings = "^1.5.0" | ||||
| freezegun = "^1.0.0" | freezegun = "^1.0.0" | ||||
| pip = "^21.0.1" | pip = "^21.0.1" | ||||
| django-sslserver = "^0.22" | django-sslserver = "^0.22" | ||||
| djhtml = "1.4.0" | |||||
| [tool.black] | [tool.black] | ||||
| line-length = 100 | line-length = 100 | ||||
| target_version = ['py38'] | target_version = ['py38'] | ||||
| skip_string_normalization = true | skip_string_normalization = true | ||||
| exclude = 'migrations/|studio/settings' | exclude = 'migrations/|studio/settings' | ||||
| [build-system] | [build-system] | ||||
| requires = ["poetry>=0.12"] | requires = ["poetry>=0.12"] | ||||
| build-backend = "poetry.masonry.api" | build-backend = "poetry.masonry.api" | ||||