7

Updated requirements and module paths

This commit is contained in:
Jasper Berghoef
2018-03-16 09:58:24 +01:00
committed by blurrah
parent 9b25cd2a94
commit 6b7a1ed591
13 changed files with 66 additions and 64 deletions

View File

@ -3,9 +3,9 @@ from setuptools import find_packages, setup
install_requires = [
'wagtail>=1.9,<1.11',
'wagtail>=2.0,<2.1',
'user-agents>=1.0.1',
'wagtailfontawesome>=1.0.6',
'wagtailfontawesome>=1.1.3',
]
tests_require = [
@ -15,11 +15,11 @@ tests_require = [
'flake8-imports',
'flake8',
'freezegun==0.3.8',
'pytest-cov==2.4.0',
'pytest-cov==2.5.1',
'pytest-django==3.1.2',
'pytest-pythonpath==0.7.2',
'pytest-sugar==0.7.1',
'pytest==3.1.0',
'pytest-sugar==0.9.1',
'pytest==3.4.2',
'wagtail_factories==0.3.0',
]