-
Notifications
You must be signed in to change notification settings - Fork 3
/
pyproject.toml
28 lines (26 loc) · 984 Bytes
/
pyproject.toml
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
[project]
name = "DjangoAsyncAdmin"
version = "6.13.0"
authors = [
{ name = "Sadam·Sadik", email = "[email protected]" },
]
description = "A second development project based on SimplePro for out of print version 6.5.2"
readme = "README.md"
requires-python = ">=3.6"
dependencies = [
'django>=2.1', 'django-simpleui>=2024.8.28', 'django-import-export', 'requests', 'rsa', 'psutil>=5.9.8'
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://haoke98.github.io/DjangoAsyncAdmin/"
"Bug Tracker" = "https://github.com/Haoke98/DjangoAsyncAdmin/issues"
"Documentation" = "https://haoke98.github.io/DjangoAsyncAdmin/"
"Components Docs" = "https://haoke98.github.io/DjangoAsyncAdmin/components.html"
"Demo" = "https://github.com/Haoke98/AllKeeper"
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"