Skip to content

Commit

Permalink
chore(setup): update file
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed May 9, 2023
1 parent 2373d41 commit ab86d6d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,23 @@
packages=["django_gar", "django_gar.migrations"],
python_requires=">=3.7",
install_requires=[
"Django>=2.2",
"Django>=3.2",
"python-cas>=1.4.0",
"lxml>=4.2.5",
"requests>=2.19.1",
],
classifiers=[
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit ab86d6d

Please sign in to comment.