mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-22 15:44:46 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
6b3fecaf3b
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -39,8 +39,8 @@ install_requires = [
|
|||
"beautifulsoup4>=4.3.2",
|
||||
"html5lib==0.999",
|
||||
"Unidecode>=0.04.14",
|
||||
"six==1.7.3",
|
||||
'requests==2.3.0',
|
||||
"six>=1.7.0",
|
||||
'requests>=2.0.0',
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue