0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

Removed dependency on unicodecsv

This commit is contained in:
Karl Hobley 2015-06-02 00:18:48 +01:00
parent 5ea9e8a7eb
commit 4990f2780f
2 changed files with 0 additions and 10 deletions

View File

@ -22,9 +22,6 @@ except ImportError:
pass
PY3 = sys.version_info[0] == 3
install_requires = [
"Django>=1.7.1,<1.9",
"django-compressor>=1.4",
@ -42,12 +39,6 @@ install_requires = [
]
if not PY3:
install_requires += [
"unicodecsv>=0.9.4"
]
setup(
name='wagtail',
version=__version__,

View File

@ -36,7 +36,6 @@ deps =
Willow==0.2
coverage
py27: unicodecsv>=0.9.4
dj17: Django>=1.7.1,<1.8
dj18: Django>=1.8,<1.9
postgres: psycopg2>=2.6