forked from ForestAdmin/django-forestadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
59 lines (58 loc) · 2.15 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
[metadata]
name = django-forestadmin
version = 1.5.0
description = The Django Liana for Forest Admin.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://forestadmin.com/
author = Guillaume Cisco
author_email = guillaumec@forestadmin.com
license = GNU General Public License v3 or later (GPLv3+)
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 3.2
Framework :: Django :: 4.0
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
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:
python_requires = >=3.6, <3.12
install_requires =
Django >= 3.2, <5.0
django-cors-headers >=3.7, <3.11 #3.11 remove the support of python3.6
django-ipware>=4.0, < 5.0
importlib-metadata>=4.0, <4.3;python_version<"3.8" #Add in the standard library in 3.8. Flake8 doesn't handle more than 4.3
marshmallow-jsonapi>=0.24, <1.0
oic>=1.3, <2.0 # the max available python version is 3.9
python-dateutil>=2.8, <3.0 # the max available python version is 3.9
python-jose>=3.3, <4.0
requests>=2.25, <3.0
marshmallow>=3.14,<3.15 #3.15 remove the support of python3.6
backports.zoneinfo>=0.2,<1.0;python_version<"3.9"
pandas>=1.1,<=1.5
tests_require =
coverage>=5.5, <6.0 #6.0 remove the support of python 3.6
psycopg2>=2.9, <3.0
pytest>=6.2, <7
pytest-cov>=3.0, <4.0
pytest-django>=4.5, <5.0
pytest-pythonpath>=0.7, <1.0
tox>=3.24, < 4.0
tox-pyenv>=1.1,<2.0
pre-commit>=2.17,<3.0
freezegun>=1.1, <2.0