Skip to content

Commit

Permalink
update readme and setup.py to reflect django 4.2 as higher allowed ve…
Browse files Browse the repository at this point in the history
…rsion
  • Loading branch information
alexandernst committed Jul 4, 2024
1 parent 33ce559 commit 72bf6a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This application implements the creation of **signed .pkpass** files and

## Requirements

- Django 3.2.9, 4.*, 5
- Django >=3.2.9, <4.2
- Python >= 3.10
- pyca/cryptography (for .pkpass SMIME sign)
- djangorestframework >= 3.8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
url='http://github.com/develatio/django-walletpass/',
license='BSD',
install_requires=[
'Django>=3.2.9',
'Django>=3.2.9,<4.2',
'cryptography>=2.4.2',
'aioapns~=2.2',
'pyopenssl',
Expand Down

0 comments on commit 72bf6a9

Please sign in to comment.