requests is always required now

This commit is contained in:
j 2023-10-11 11:29:42 +01:00
parent 2f9e27b2f5
commit 32224ae005
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ setup(
url="https://code.0x2620.org/0x2620/python-ox",
license="GPLv3",
packages=['ox', 'ox.torrent', 'ox.web'],
install_requires=['chardet'],
install_requires=['chardet', 'requests'],
keywords=[
],
classifiers=[