Changeset View
Changeset View
Standalone View
Standalone View
pyproject.toml
| Show All 23 Lines | |||||
| boto3 = "^1.14.60" | boto3 = "^1.14.60" | ||||
| responses = "^0.12.0" | responses = "^0.12.0" | ||||
| 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" | |||||
| [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 | |||||