Add funcy and toolz to requirements

This commit is contained in:
Konsta Vesterinen
2013-12-26 03:19:55 +02:00
parent f1e9897fc5
commit b77644c1d5

View File

@@ -78,8 +78,10 @@ setup(
'#egg=phonenumbers3k-5.6b1', '#egg=phonenumbers3k-5.6b1',
], ],
install_requires=[ install_requires=[
'funcy>=0.8',
'six', 'six',
'SQLAlchemy>=0.8.0', 'SQLAlchemy>=0.8.0',
'toolz>=0.4.1',
'total_ordering>=0.1' 'total_ordering>=0.1'
if sys.version_info[0] == 2 and sys.version_info[1] < 7 else '' if sys.version_info[0] == 2 and sys.version_info[1] < 7 else ''
], ],