mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-31 18:12:56 +02:00
Updated setup.py
This commit is contained in:
7
setup.py
7
setup.py
@@ -10,9 +10,10 @@ 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',
|
||||||
|
'vsketch==1.0.0a0'
|
||||||
],
|
],
|
||||||
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Reference in New Issue
Block a user