-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
setup.cfg
30 lines (29 loc) · 925 Bytes
/
setup.cfg
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
[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
Pillow==10.4.0
phonenumbers==8.13.42
django-phonenumber-field==8.0.0
babel==2.15.0
colorama~=0.4.6