7

Add origin country rule (#190)

This commit is contained in:
tm-kn
2018-09-25 06:51:25 +01:00
committed by Jasper Berghoef
parent b11a6ce4ca
commit 7d679d7111
11 changed files with 419 additions and 3 deletions

View File

@ -5,6 +5,7 @@ install_requires = [
'wagtail>=2.0,<2.2',
'user-agents>=1.1.0',
'wagtailfontawesome>=1.1.3',
'pycountry',
]
tests_require = [