mirror of
https://github.com/umap-project/umap.git
synced 2025-05-05 14:01:50 +02:00
Declare incompatibility with Django 4
This commit is contained in:
parent
713f3a3e7b
commit
8cad2923b2
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>=3.2.5
|
Django>=3.2.5,<4
|
||||||
django-agnocomplete==1.0.0
|
django-agnocomplete==1.0.0
|
||||||
django-compressor==2.4.1
|
django-compressor==2.4.1
|
||||||
Pillow==8.4.0
|
Pillow==8.4.0
|
||||||
|
|
Loading…
Reference in a new issue