mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-23 10:38:11 +08:00
update dependencies
This commit is contained in:
Generated
+555
-522
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user