Matej Cepl 2023-06-19 11:18:46 +00:00 committed by Git OBS Bridge
parent 9a3ddd1b86
commit a0507d8603

View File

@ -1,8 +0,0 @@
from setuptools import setup
# Metadata goes in setup.cfg. These are here for GitHub's dependency graph.
setup(
name="Werkzeug",
install_requires=["MarkupSafe>=2.1.1"],
extras_require={"watchdog": ["watchdog"]},
)