-
-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (30 loc) · 967 Bytes
/
setup.cfg
File metadata and controls
31 lines (30 loc) · 967 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[metadata]
license = Apache License 2.0
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Framework :: Django
Framework :: Django :: 4.2
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: OS Independent
Environment :: Web Environment
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Software Development :: Libraries :: Application Frameworks
[options]
include_package_data = true
packages = find:
python_requires = >=3.8
install_requires =
Django>=4.2,<6.0
Pillow>=10.4,<13.0
phonenumbers>=8.13,<10.0
django-phonenumber-field>=8.0,<9.0
babel>=2.15,<3.0
colorama>=0.4,<0.5
icalendar~=6.3.1