Changeset View
Changeset View
Standalone View
Standalone View
pyproject.toml
| Show All 25 Lines | |||||
| attrs = "^19.3.0" | attrs = "^19.3.0" | ||||
| Flask = "1.0.3" | Flask = "1.0.3" | ||||
| bleach = "^3.2.1" | bleach = "^3.2.1" | ||||
| shortcodes = "2.5" | shortcodes = "2.5" | ||||
| sentry-sdk = "^0.19.1" | sentry-sdk = "^0.19.1" | ||||
| requests-oauthlib = "^1.3.0" | requests-oauthlib = "^1.3.0" | ||||
| django-activity-stream = "^0.9.0" | django-activity-stream = "^0.9.0" | ||||
| django-background-tasks = "^1.2.5" | django-background-tasks = "^1.2.5" | ||||
| django-anymail = {extras = ["mailgun"], version = "^8.1"} | |||||
| [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.6.0" | ||||
| ipython = "^7.17" | ipython = "^7.17" | ||||
| factory-boy = "^3.0" | factory-boy = "^3.0" | ||||
| Show All 14 Lines | |||||