Changeset View
Changeset View
Standalone View
Standalone View
pyproject.toml
| Show All 12 Lines | |||||
| python = "^3.6" | python = "^3.6" | ||||
| geoip2 = "^3.0" | geoip2 = "^3.0" | ||||
| babel = "^2.6" | babel = "^2.6" | ||||
| braintree = "^3.49" | braintree = "^3.49" | ||||
| django = "^2.2.0 || 3.0 || 3.0.*" | django = "^2.2.0 || 3.0 || 3.0.*" | ||||
| django-countries = "^6.0" | django-countries = "^6.0" | ||||
| python-dateutil = "^2.7" | python-dateutil = "^2.7" | ||||
| requests = "^2.22" | requests = "^2.22" | ||||
| attrs = "^19.3.0" | |||||
| [tool.poetry.dev-dependencies] | [tool.poetry.dev-dependencies] | ||||
| # There is no non-prerelease version of `black`, so we need the allow-prereleases flag here. | |||||
| black = {version = "*", allow-prereleases = true} | black = {version = "*", allow-prereleases = true} | ||||
| mypy = "*" | mypy = "*" | ||||
| mkdocs = "^1.0" | mkdocs = "^1.0" | ||||
| mkdocs-material = "^4.4" | mkdocs-material = "^4.4" | ||||
| django-stubs = "*" | django-stubs = "*" | ||||
| responses = "^0.10" | responses = "^0.10" | ||||
| flake8 = "^3.7.9" | flake8 = "^3.7.9" | ||||
| flake8-implicit-str-concat = "^0.1.0" | flake8-implicit-str-concat = "^0.1.0" | ||||
| Show All 10 Lines | |||||