Remove funcy from requirements

This commit is contained in:
Konsta Vesterinen
2013-12-26 11:29:27 +02:00
parent b77644c1d5
commit e8b3021cf3
2 changed files with 1 additions and 3 deletions

View File

@@ -78,7 +78,6 @@ setup(
'#egg=phonenumbers3k-5.6b1',
],
install_requires=[
'funcy>=0.8',
'six',
'SQLAlchemy>=0.8.0',
'toolz>=0.4.1',

View File

@@ -1,6 +1,5 @@
from functools import partial
from funcy import first
from toolz import curry
from toolz import curry, first
import sqlalchemy as sa
from sqlalchemy import inspect
from sqlalchemy.orm.query import _ColumnEntity