Update dependencies

This commit is contained in:
Johannes Schriewer 2020-12-15 18:01:08 +01:00
parent 00c6ef455e
commit e965cc01f9
No known key found for this signature in database
GPG key ID: 85EB2BC0D45A0F86
3 changed files with 7 additions and 5 deletions

1
.python-version Normal file
View file

@ -0,0 +1 @@
3.9.0-amd64

View file

@ -1,4 +1,5 @@
{
"restructuredtext.confPath": "",
"files.exclude": {
"**/.git": true,
"**/.svn": true,

View file

@ -6,18 +6,18 @@ authors = ["Johannes Schriewer <hallo@dunkelstern.de>"]
[tool.poetry.dependencies]
python = "^3.8"
django = "^3.0.4"
django = "^3.1"
gunicorn = "^20.0.4"
whitenoise = "^5.0.1"
commentjson = "^0.8.3"
psycopg2 = "^2.8.4"
psycopg2 = "^2.8"
django-nested-admin = "^3.3.2"
pillow = "^7.2.0"
pillow = "^8.0"
[tool.poetry.dev-dependencies]
mypy = "^0.770"
flake8 = "^3.7.9"
pylint = "^2.4.4"
flake8 = "^3.7"
pylint = "^2.4"
[build-system]
requires = ["poetry>=0.12"]