Added phonenumbers to requirements (maybe in the future we can require it conditionally)

This commit is contained in:
Konsta Vesterinen
2013-04-02 10:20:47 +03:00
parent db8f8181f3
commit cf4daf0b73
2 changed files with 3 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
SQLAlchemy>=0.7.8
psycopg2>=2.4.6
phonenumbers>=5.4b1

View File

@@ -39,7 +39,8 @@ setup(
platforms='any',
install_requires=[
'SQLAlchemy>=0.7.8',
'psycopg2>=2.4.6'
'psycopg2>=2.4.6',
'phonenumbers>=5.4b1'
],
cmdclass={'test': PyTest},
classifiers=[