Skip to content

Commit b087d45

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents c7a412c + fdee1ba commit b087d45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "DjangoAsyncAdmin"
3-
version = "6.11.0"
3+
version = "6.11.1"
44
authors = [
55
{ name = "Sadam·Sadik", email = "1903249375@qq.com" },
66
]
77
description = "A second development project based on SimplePro for out of print version 6.5.2"
88
readme = "README.md"
9-
requires-python = ">=3.7"
9+
requires-python = ">=3.6"
1010
classifiers = [
1111
"Programming Language :: Python :: 3",
1212
"License :: OSI Approved :: Apache Software License",
@@ -22,4 +22,4 @@ classifiers = [
2222

2323
[build-system]
2424
requires = ["setuptools>=61.0"]
25-
build-backend = "setuptools.build_meta"
25+
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
======================================="""
99
from setuptools import setup, find_packages
1010

11-
requires = ['django>=2.1', 'django-simpleui>=2022.11.30', 'django-import-export', 'requests', 'rsa', 'psutil']
11+
requires = ['django>=2.1', 'django-simpleui>=2022.11.30', 'django-import-export', 'requests', 'rsa', 'psutil>=5.9.8']
1212
setup(packages=find_packages(exclude=[]), install_requires=requires)

0 commit comments

Comments
 (0)