Files
decomp.me/backend/pyproject.toml
T
Ethan Roseman 796a5f4746 Updates, problems panel bugfix (#745)
* Backend updates, mypy fixes

* new migration (oops), some fixes

* Frontend updates

* cleanup

* Prevent problems panel from starting open if there are no problems

(fixes #703)

* update again

* oopz

* stylelint

* Update checkout version

* Fix test

* Fix test - device.ts still being used on the server :/

* fix cod
2023-05-08 23:56:45 +09:00

48 lines
1.1 KiB
TOML

[tool.poetry]
name = "backend"
version = "0.1.0"
description = ""
authors = ["Decomp.me team"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
django-cors-headers = "^3.14.0"
django-environ = "^0.10.0"
django-filter = "^23.2"
djangorestframework = "^3.14.0"
psycopg2-binary = "^2.9.6"
responses = "0.18.0"
jwt = "^1.3.1"
PyGithub = "^1.58.1"
drf-extensions = "^0.7.1"
tqdm = "^4.65.0"
tzdata = "^2023.3"
Pillow = "^9.5.0"
html-json-forms = "^1.1.1"
django-resized = "^1.0.2"
django-cleanup = "^7.0.0"
m2c = {git="https://github.com/matt-kempster/m2c.git"}
asm-differ = {git="https://github.com/simonlindholm/asm-differ.git"}
sentry-sdk = "^1.21.1"
django-session-timeout = "^0.1.0"
django = "^4.2"
requests = "^2.29.0"
[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
usort = "^1.0.6"
django-stubs-ext = "^4.2.0"
django-stubs = "^4.2.0"
djangorestframework-stubs = "^3.14.0"
types-requests = "^2.29.0.0"
parameterized = "^0.9.0"
mypy = "^1.2.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
extend-exclude = '^/(local_files)/'