mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-05 22:14:45 +00:00
Removed dependency on requests
This commit is contained in:
parent
8c8b047740
commit
0731e77c0f
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -32,7 +32,6 @@ install_requires = [
|
|||
"beautifulsoup4>=4.3.2",
|
||||
"html5lib==0.999",
|
||||
"Unidecode>=0.04.14",
|
||||
'requests>=2.0.0',
|
||||
"Willow==0.2.1",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue