forked from DjangoCRM/django-crm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
99 lines (96 loc) · 3.23 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[metadata]
name = django-crm-admin
version = 1.2.0
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, Free CRM management software
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 5.1
Intended Audience :: Customer Service
Intended Audience :: End Users/Desktop
Intended Audience :: Developers
Natural Language :: Arabic
Natural Language :: Chinese (Simplified)
Natural Language :: Czech
Natural Language :: Dutch
Natural Language :: English
Natural Language :: French
Natural Language :: German
Natural Language :: Greek
Natural Language :: Hindi
Natural Language :: Indonesian
Natural Language :: Italian
Natural Language :: Japanese
Natural Language :: Korean
Natural Language :: Polish
Natural Language :: Portuguese (Brazilian)
Natural Language :: Russian
Natural Language :: Spanish
Natural Language :: Turkish
Natural Language :: Ukrainian
Natural Language :: Vietnamese
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 :: Office/Business :: Financial
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.13
aiosignal==1.3.2
asgiref==3.8.1
attrs==25.1.0
certifi==2025.1.31
charset-normalizer==3.4.1
Django==5.1.6
et-xmlfile==2.0.0
frozenlist==1.5.0
geoip2==5.0.1
idna==3.10
maxminddb==2.6.3
multidict==6.1.0
mysqlclient==2.2.7
numpy==2.2.3
openpyxl==3.1.5
pandas==2.2.3
polib==1.2.0
python-dateutil==2.9.0.post0
pytz==2025.1
requests==2.32.3
setuptools==75.8.2
six==1.17.0
sqlparse==0.5.3
tendo==0.3.0
tzdata==2025.1
urllib3==2.3.0
XlsxWriter==3.2.2
yarl==1.18.3
zip_safe = False