Update dependencies
This commit is contained in:
parent
00c6ef455e
commit
e965cc01f9
3 changed files with 7 additions and 5 deletions
1
.python-version
Normal file
1
.python-version
Normal file
|
@ -0,0 +1 @@
|
||||||
|
3.9.0-amd64
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"restructuredtext.confPath": "",
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/.git": true,
|
"**/.git": true,
|
||||||
"**/.svn": true,
|
"**/.svn": true,
|
||||||
|
|
|
@ -6,18 +6,18 @@ authors = ["Johannes Schriewer <hallo@dunkelstern.de>"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
django = "^3.0.4"
|
django = "^3.1"
|
||||||
gunicorn = "^20.0.4"
|
gunicorn = "^20.0.4"
|
||||||
whitenoise = "^5.0.1"
|
whitenoise = "^5.0.1"
|
||||||
commentjson = "^0.8.3"
|
commentjson = "^0.8.3"
|
||||||
psycopg2 = "^2.8.4"
|
psycopg2 = "^2.8"
|
||||||
django-nested-admin = "^3.3.2"
|
django-nested-admin = "^3.3.2"
|
||||||
pillow = "^7.2.0"
|
pillow = "^8.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
mypy = "^0.770"
|
mypy = "^0.770"
|
||||||
flake8 = "^3.7.9"
|
flake8 = "^3.7"
|
||||||
pylint = "^2.4.4"
|
pylint = "^2.4"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry>=0.12"]
|
requires = ["poetry>=0.12"]
|
||||||
|
|
Loading…
Reference in a new issue