mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
Reduce upper bound version constraints
This commit is contained in:
parent
819018748d
commit
dc983c31e3
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.3.0
|
rev: v4.4.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-case-conflict
|
- id: check-case-conflict
|
||||||
- id: check-json
|
- id: check-json
|
||||||
@ -36,7 +36,7 @@ repos:
|
|||||||
args: [ '--remove' ]
|
args: [ '--remove' ]
|
||||||
|
|
||||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||||
rev: 2.4.0
|
rev: 2.7.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: editorconfig-checker
|
- id: editorconfig-checker
|
||||||
exclude: |
|
exclude: |
|
||||||
@ -49,12 +49,13 @@ repos:
|
|||||||
)
|
)
|
||||||
|
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v2.34.0
|
rev: v3.3.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: [ --py38-plus ]
|
args: [ --py38-plus ]
|
||||||
|
|
||||||
- repo: https://github.com/asottile/setup-cfg-fmt
|
- repo: https://github.com/asottile/setup-cfg-fmt
|
||||||
rev: v1.20.1
|
rev: v2.2.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: setup-cfg-fmt
|
- id: setup-cfg-fmt
|
||||||
|
args: [ --include-version-classifiers ]
|
||||||
|
11
setup.cfg
11
setup.cfg
@ -17,6 +17,7 @@ classifiers =
|
|||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
|
Programming Language :: Python :: 3 :: Only
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
Programming Language :: Python :: 3.10
|
Programming Language :: Python :: 3.10
|
||||||
@ -36,13 +37,13 @@ packages = find_namespace:
|
|||||||
install_requires =
|
install_requires =
|
||||||
bcrypt
|
bcrypt
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
celery>=5.2.0,<6.0.0
|
celery>=5.2.0,<6
|
||||||
celery-once>=3.0.1
|
celery-once>=3.0.1
|
||||||
django>=4.0.9,<4.1.0
|
django>=4.0.9,<4.1.0
|
||||||
django-bootstrap-form
|
django-bootstrap-form
|
||||||
django-celery-beat>=2.3.0
|
django-celery-beat>=2.3.0
|
||||||
django-esi>=4.0.1
|
django-esi>=4.0.1
|
||||||
django-redis>=5.2.0,<6.0.0
|
django-redis>=5.2.0
|
||||||
django-registration>=3.3
|
django-registration>=3.3
|
||||||
django-sortedm2m
|
django-sortedm2m
|
||||||
dnspython
|
dnspython
|
||||||
@ -52,12 +53,12 @@ install_requires =
|
|||||||
passlib
|
passlib
|
||||||
pydiscourse
|
pydiscourse
|
||||||
python-slugify>=1.2
|
python-slugify>=1.2
|
||||||
redis>=4.0.0,<5.0.0
|
redis>=4.0.0
|
||||||
requests>=2.9.1,<3.0.0
|
requests>=2.9.1
|
||||||
requests-oauthlib
|
requests-oauthlib
|
||||||
semantic-version
|
semantic-version
|
||||||
slixmpp
|
slixmpp
|
||||||
python_requires = ~=3.8
|
python_requires = >=3.8
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
zip_safe = False
|
zip_safe = False
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user