mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-26 15:54:46 +02:00
Update setup.py
This commit is contained in:
committed by
GitHub
parent
dedab1066b
commit
43443dfb09
6
setup.py
6
setup.py
@@ -10,9 +10,9 @@ setup(
|
|||||||
license='MIT License',
|
license='MIT License',
|
||||||
packages=['prettymaps'],
|
packages=['prettymaps'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'osmnx=1.0.1',
|
'osmnx==1.0.1',
|
||||||
'tabulate=0.8.9',
|
'tabulate==0.8.9',
|
||||||
'jupyter=1.0.0',
|
'jupyter==1.0.0',
|
||||||
],
|
],
|
||||||
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Reference in New Issue
Block a user