requests is always required now
This commit is contained in:
parent
2f9e27b2f5
commit
32224ae005
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -50,7 +50,7 @@ setup(
|
||||||
url="https://code.0x2620.org/0x2620/python-ox",
|
url="https://code.0x2620.org/0x2620/python-ox",
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
packages=['ox', 'ox.torrent', 'ox.web'],
|
packages=['ox', 'ox.torrent', 'ox.web'],
|
||||||
install_requires=['chardet'],
|
install_requires=['chardet', 'requests'],
|
||||||
keywords=[
|
keywords=[
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
Loading…
Reference in a new issue