update dependencies

This commit is contained in:
GDay
2022-09-16 01:33:06 +02:00
parent 330a7d556a
commit 1114b510fd
2 changed files with 558 additions and 525 deletions
Generated
+555 -522
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -23,10 +23,10 @@ classifiers = [
'Operating System :: MacOS',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Internet :: WWW/HTTP',
'Topic :: System :: Distributed Computing',
'Topic :: Software Development :: Libraries :: Python Modules',
@@ -41,7 +41,7 @@ include = ['CHANGELOG.md']
[tool.poetry.dependencies]
python = ">=3.6.2, <4"
python = ">=3.7.14, <4"
django = ">=2.2"
blessed = "^1.17.6"
arrow = "^1.1.0"
@@ -76,4 +76,4 @@ sentry = ["django-q-sentry"]
[tool.isort]
profile = "black"
multi_line_output = 3
multi_line_output = 3