Skip to content

Commit d27b811

Browse files
committed
testing the required package to install
1 parent 9361f62 commit d27b811

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

setup.cfg

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ include_package_data = true
2222
packages = find:
2323
python_requires = >=3.8
2424
install_requires =
25-
Django>=4.2
26-
Pillow==10.4.0
27-
phonenumbers==8.13.42
28-
django-phonenumber-field==8.0.0
29-
babel==2.15.0
30-
colorama~=0.4.6
25+
Django>=4.2,<6.0
26+
Pillow~=10.4
27+
phonenumbers~=8.13
28+
django-phonenumber-field~=8.0
29+
babel~=2.15
30+
colorama~=0.4
31+
icalendar~=6.3

0 commit comments

Comments
 (0)