-
Notifications
You must be signed in to change notification settings - Fork 48
/
setup.cfg
79 lines (76 loc) · 2.54 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[metadata]
name = django-crm-admin
version = 0.93
description = The Analytical CRM with Tasks management, Email marketing and many more. This Django CRM software app is built for individual use by businesses of any size or freelancers and is designed to provide easy customization and quick development.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/DjangoCRM/django-crm
download_url = https://sourceforge.net/projects/django-crm/files/latest/download
author = Vadym Kharchenko
author_email = [email protected]
license = AGPLv3+
license_file = LICENSE
keywords = ['CRM', 'Django CRM', 'django-crm', 'Python CRM', 'CRM software', 'Analytical CRM', 'crm package']
classifiers =
Development Status :: 4 - Beta
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 5.0
Intended Audience :: Customer Service
Intended Audience :: End Users/Desktop
Intended Audience :: Developers
Natural Language :: English
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Office/Business
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
project_urls =
Source = https://github.com/DjangoCRM/django-crm
Documentation = https://django-crm-admin.readthedocs.io
Tracker = https://github.com/DjangoCRM/django-crm/issues
Changelog = https://github.com/DjangoCRM/django-crm/blob/main/CHANGELOG.md
Download = https://sourceforge.net/projects/django-crm/files/latest/download
[options]
include_package_data = true
packages = find_namespace:
py_modules =
manage
python_requires = >=3.10
install_requires =
aiohttp==3.11.2
aiosignal==1.3.1
asgiref==3.8.1
attrs==24.2.0
certifi==2024.8.30
charset-normalizer==3.4.0
Django==5.1.3
et-xmlfile==2.0.0
frozenlist==1.5.0
geoip2==4.8.0
idna==3.10
maxminddb==2.6.2
multidict==6.1.0
mysqlclient==2.2.6
numpy==2.1.3
openpyxl==3.1.5
pandas==2.2.3
polib==1.2.0
python-dateutil==2.9.0.post0
pytz==2024.2
requests==2.32.3
setuptools==75.5.0
six==1.16.0
sqlparse==0.5.2
tendo==0.3.0
tzdata==2024.2
urllib3==2.2.3
XlsxWriter==3.2.0
yarl==1.17.2
zip_safe = False