diff --git a/setup.py b/setup.py index 4e27030..fd99faf 100755 --- a/setup.py +++ b/setup.py @@ -12,8 +12,7 @@ setup( keywords = ['Waveshare', 'GSM', 'GPS', 'Raspberry', 'Pi'], install_requires=[ 'serial', - 'datetime', - 'logging', + 'datetime' ], classifiers=[ 'Development Status :: 3 - Alpha', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package @@ -26,4 +25,4 @@ setup( 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', ], -) \ No newline at end of file +)