@@ -0,0 +1,12 @@
from setuptools import setup, find_packages
setup(
name="zvml",
version="0.1.0",
packages=find_packages(),
install_requires=[
"requests>=2.31.0",
"urllib3>=2.1.0"
],
python_requires=">=3.6",
)
The note is not visible to the blocked user.