Changeset View
Changeset View
Standalone View
Standalone View
pyproject.toml
| Show All 32 Lines | |||||
| pypugjs = "^5.9.8" | pypugjs = "^5.9.8" | ||||
| libsasscompiler = "^0.1.8" | libsasscompiler = "^0.1.8" | ||||
| jsmin = "^2.2.2" | jsmin = "^2.2.2" | ||||
| [tool.poetry.dev-dependencies] | [tool.poetry.dev-dependencies] | ||||
| ipython = "^7.9" | ipython = "^7.9" | ||||
| mkdocs = "^1.0" | mkdocs = "^1.0" | ||||
| mkdocs-material = "^4.4" | mkdocs-material = "^4.4" | ||||
| mypy = "^0.740.0" | mypy = "^0.800" | ||||
| pytest = "^5.2" | pytest = "^5.2" | ||||
| pytest-cov = "^2.8" | pytest-cov = "^2.8" | ||||
| pytest-django = "^3.7" | pytest-django = "^3.7" | ||||
| responses = "^0.10" | responses = "^0.10" | ||||
| flake8 = "^3.8.4" | |||||
| [build-system] | [build-system] | ||||
| requires = ["poetry>=1.0"] | requires = ["poetry>=1.0"] | ||||
| build-backend = "poetry.masonry.api" | build-backend = "poetry.masonry.api" | ||||