Added phonenumbers to requirements (maybe in the future we can require it conditionally)
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
SQLAlchemy>=0.7.8
|
SQLAlchemy>=0.7.8
|
||||||
psycopg2>=2.4.6
|
psycopg2>=2.4.6
|
||||||
|
phonenumbers>=5.4b1
|
||||||
|
3
setup.py
3
setup.py
@@ -39,7 +39,8 @@ setup(
|
|||||||
platforms='any',
|
platforms='any',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'SQLAlchemy>=0.7.8',
|
'SQLAlchemy>=0.7.8',
|
||||||
'psycopg2>=2.4.6'
|
'psycopg2>=2.4.6',
|
||||||
|
'phonenumbers>=5.4b1'
|
||||||
],
|
],
|
||||||
cmdclass={'test': PyTest},
|
cmdclass={'test': PyTest},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Reference in New Issue
Block a user