add setuptools

This commit is contained in:
kaloster
2024-09-09 16:51:10 -04:00
parent b11b161dd3
commit 8bde7c1c1f
2 changed files with 1 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ jobs:
${{ runner.os }}-node-
- name: Install dependencies
run: |
pip install setuptools
pip install flake8
pip install black
cd client

View File

@@ -24,7 +24,7 @@ setup(
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=requirements,
python_requires=">=3.6",
python_requires=">=3.12",
include_package_data=True,
zip_safe=False,
classifiers=[