X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=5b3bcb12cb5d96539e068d0ce7dd3f10a7bbb4a6;hb=refs%2Fchanges%2F42%2F7442%2F1;hp=8b3996d06aacdfe6fcdc76aba3a7ecad7f7686f6;hpb=10be7c984475707be716708dfdd2d91a655158dc;p=osm%2FPOL.git diff --git a/setup.py b/setup.py index 8b3996d..5b3bcb1 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( name=_name, version_command=_version_command, description=_description, - long_description=open('README.rst').read(), + long_description=open('README.rst', encoding='utf-8').read(), author=_author, author_email=_author_email, maintainer=_maintainer, @@ -54,6 +54,7 @@ setup( "pyyaml==3.*", "pymysql", "peewee-migrate==1.1.*", + "requests==2.*", "osm-common", ], entry_points={