mirror of
https://github.com/decompme/decomp.me.git
synced 2026-01-25 14:59:53 -06:00
* Update poetry to 1.6.1 * Don't use podman/docker to download compilers * Fixup docker test * Actually fix docker tests * Use debug level when failing to get image manifest --------- Co-authored-by: Mark Street <22226349+mkst@users.noreply.github.com>
48 lines
1.1 KiB
TOML
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)/'
|