-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
99 lines (88 loc) · 2.33 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-boogie
version = boogie.__version__
description = Django with swagger: better managers, APIs, configurations and url mappers.
long_description = file: README.rst
author = Fábio Macêdo Mendes
author_email = [email protected]
url = https://github.com/fabiommendes/django-boogie/
keywords =
web
django
license = BSD License (BSD)
classifiers =
Development Status :: 4 - Beta
Environment :: Web Environment
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Operating System :: OS Independent
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: Software Development :: Libraries :: Python Modules
[options]
zip_safe = False
platforms = all
include_package_data = True
install_requires =
sidekick ~= 0.5.0
django >= 2.0
[options.extras_require]
configurations =
django-environ ~= 0.4
extra =
django-model-utils >= 3.0
django-manager-utils >= 1.1
django-bulk-update >= 2.2
django-polymorphic ~= 2.0
rest =
djangorestframework ~= 3.8
django-filter ~= 1.1
pandas =
pandas ~= 0.22
django-pandas ~= 0.5.0
rules =
rules < 2
stack =
django-extensions ~= 2.1
#django-boogie[configurations]
django-environ ~= 0.4
#django-boogie[rest]
djangorestframework ~= 3.8
django-filter ~= 1.1
#django-boogie[rules]
rules < 2
#django-boogie[extra]
django-model-utils >= 3.0
django-manager-utils >= 1.1
django-bulk-update >= 2.2
django-polymorphic ~= 2.0
#django-boogie[pandas]
pandas ~= 0.22
django-pandas ~= 0.5.0
dev-stack =
hyperpython ~= 1.1.0
django-spaghetti-and-meatballs
django-debug-toolbar
invoke >= 1.0
flake8 >= 3.5
manuel >= 1.10
docutils ~= 0.14
sphinx-autobuild ~= 0.7
django-boogie[test]
django-boogie[stack]
test =
pytest ~= 3.8
pytest-cov ~= 2.6
pytest-django ~= 3.1
factory_boy ~= 2.0
model_mommy ~= 1.6
beautifulsoup4 ~= 4.6
faker
[options.package_data]
* = *.txt, *.rst, *.jinja2, *.html, *.js, *.css, *.scss