-
Notifications
You must be signed in to change notification settings - Fork 13
/
setup.cfg
56 lines (53 loc) · 1.36 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
[metadata]
name = django-quickbooks
version = 0.6.4.2
description = A Django app to integrate with quickbooks.
url = https://github.com/weltlink/django-quickbooks
author = Bedilbek Khamidov
author_email = [email protected]
license = Mozilla Public License 2.0
keywords =
django
django-quickbooks
intuit
quickbooks
quickbooks-django
quickbooks-desktop
quickbooks-online
quickbooks-web-connector
qwc
qb
qbwc
web-connector
integration
soap-server
spyne
lxml
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 2.0
Framework :: Django :: 3.0
Intended Audience :: Developers
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Internet
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
[options]
include_package_data = true
packages = find:
install_requires =
Django>=2.0
lxml==4.4.2
spyne==2.13.12b0
[options.extras_require]
rabbit = pika>=1.1.0
redis = redis>=3.4.1
celery = celery==4.3.0
tenant = django-tenants==2.2.3