Changeset View
Changeset View
Standalone View
Standalone View
pyproject.toml
| Show All 11 Lines | |||||
| blender_id_oauth_client = {git = "git@gitlab.com:blender-institute/blender-id-oauth-client.git", branch = "master"} | blender_id_oauth_client = {git = "git@gitlab.com:blender-institute/blender-id-oauth-client.git", branch = "master"} | ||||
| libsasscompiler = "^0.1.5" | libsasscompiler = "^0.1.5" | ||||
| jsmin = "^2.2.2" | jsmin = "^2.2.2" | ||||
| sorl-thumbnail = "^12.6.3" | sorl-thumbnail = "^12.6.3" | ||||
| mistune = "^0.8.4" | mistune = "^0.8.4" | ||||
| looper = {git = "git://git.blender.org/looper.git", branch = "master"} | looper = {git = "git://git.blender.org/looper.git", branch = "master"} | ||||
| Pillow = "^7.2" | Pillow = "^7.2" | ||||
| django-storages = {extras = ["google"], version = "^1.10.1"} | django-storages = {extras = ["google"], version = "^1.10.1"} | ||||
| pymongo = "^3.10.1" | pymongo = "^3.10.1" | ||||
sybren: Woohoo! Mongo's gone! | |||||
Done Inline ActionsI'm not sure why it was in the dependencies in the first place, but when I had to cleanup mongo deps after the first failed attempt at implementing the session reading, this also got removed 🤔 railla: I'm not sure //why// it was in the dependencies in the first place, but when I had to cleanup… | |||||
Done Inline ActionsIt was there for use in data migration scripts, @Francesco Siddi (fsiddi) needs it, I'll add it back ◀ railla: It was there for use in data migration scripts, @fsiddi needs it, I'll add it back ◀ | |||||
| markupsafe = "^1.1.1" | markupsafe = "^1.1.1" | ||||
| meilisearch = "^0.12.0" | meilisearch = "^0.12.0" | ||||
| django-taggit = "^1.3.0" | django-taggit = "^1.3.0" | ||||
| 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" | |||||
| [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 13 Lines | |||||
Woohoo! Mongo's gone!