Skip to content

Commit

Permalink
Update django version to match Entr'Ouvert setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dmshd committed Jun 8, 2023
1 parent a4bce37 commit c2f3b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run(self):
author_email='support-ts@imio.be',
url='https://github.com/IMIO/passerelle-imio-sso-agents',
packages=find_packages(),
install_requires=['django >=1.11, <2.3',],
install_requires=['django>=3.2, <3.3',],
cmdclass={
'install_lib': install_lib,
}
Expand Down

0 comments on commit c2f3b94

Please sign in to comment.