Skip to content
Snippets Groups Projects
Commit 68744826 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Explicitely require requests

parent 469579f2
No related branches found
No related tags found
No related merge requests found
Pipeline #63972 passed
......@@ -34,7 +34,7 @@ setup(
author="Felix Schäfer",
author_email="admin@kif.rocks",
license="MIT License",
install_requires=[],
install_requires=["requests"],
packages=find_packages(exclude=["tests", "tests.*"]),
include_package_data=True,
cmdclass=cmdclass,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment