Skip to content

Commit 44d8848

Browse files
committed
Add back console requirements, simplify setup.py
1 parent ba89547 commit 44d8848

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
aiohttp<4.0
22
amqtt>=0.10.0,<0.11.0
33
certifi
4+
geopy>=1.14.0
5+
docopt

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
from setuptools import setup
2-
if __name__ == '__main__':
3-
setup()
2+
setup()

0 commit comments

Comments
 (0)