Merge pull request #1078 from umap-project/963-flexibility-in-requirements
Allow versions of Django >= 4.1
This commit is contained in:
commit
15010f2f24
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ classifiers =
|
||||||
packages = find:
|
packages = find:
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
install_requires =
|
install_requires =
|
||||||
Django==4.1.7
|
Django>=4.1
|
||||||
django-agnocomplete==2.2.0
|
django-agnocomplete==2.2.0
|
||||||
django-compressor==4.3.1
|
django-compressor==4.3.1
|
||||||
Pillow==9.4.0
|
Pillow==9.4.0
|
||||||
|
|
Loading…
Reference in a new issue