Skip to content

Commit fdee1ba

Browse files
authored
Updated the requirements
1 parent bf326e7 commit fdee1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)