Skip to content

Commit e28f5e9

Browse files
authored
Update setup.py
Small fixes
1 parent 7814094 commit e28f5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
license='lgpl',
1717
packages=find_packages(),
1818
include_package_data=False,
19-
install_requires=["fcntl","dot3k","sys","time","requests","pyowm","googlemaps"], #Get the Dependencies from Pypi (pip install)
19+
install_requires=["pyowm","googlemaps"], #Get the Dependencies from Pypi (pip install)
2020
dependency_links=['https://github.com/pimoroni/displayotron'], #Get the Dependencies via HTTP(s)
2121
)

0 commit comments

Comments
 (0)