-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
42 lines (41 loc) · 1.21 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
[metadata]
name = django-aux
version = 0.0.95
description = Useful Mixins for Django Projects
long_description = file: README.md
url = https://github.com/JordanHyatt/django-aux
author = Jordan Hyatt
author_email = [email protected]
license = MIT # Example license
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 4.0
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
include_package_data = true
packages = find:
python_requires = >=3.6
install_requires =
Django >= 3.0
django-tables2 >= 2.0
django-filter >= 21.0
pandas >= 2.0
numpy >= 1.20
django-bootstrap-datepicker-plus >= 3.0
django-crispy-forms >= 1.14.0
django-bootstrap4 >= 21.0
django-pandas >= 0.6
plotly >= 5.0
factory_boy >= 3.2.1
lxml >= 4.0.0