Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Remove overly restrictive wagtail dependency version constraint (wagt…
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmachine committed Sep 26, 2018
1 parent 1f464ad commit 6fcab3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import find_packages, setup

install_requires = [
'wagtail>=2.0,<2.2',
'wagtail>=2.0',
'user-agents>=1.1.0',
'wagtailfontawesome>=1.1.3',
'pycountry',
Expand Down

0 comments on commit 6fcab3a

Please sign in to comment.