Remove overly restrictive wagtail dependency version constraint (#192)
This commit is contained in:
2
setup.py
2
setup.py
@@ -2,7 +2,7 @@ import re
|
|||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'wagtail>=2.0,<2.2',
|
'wagtail>=2.0',
|
||||||
'user-agents>=1.1.0',
|
'user-agents>=1.1.0',
|
||||||
'wagtailfontawesome>=1.1.3',
|
'wagtailfontawesome>=1.1.3',
|
||||||
'pycountry',
|
'pycountry',
|
||||||
|
Reference in New Issue
Block a user