mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-31 10:01:56 +02:00
Updated setup.py
This commit is contained in:
9
setup.py
9
setup.py
@@ -6,13 +6,14 @@ setup(
|
|||||||
description='A simple python library to draw pretty maps from OpenStreetMap data',
|
description='A simple python library to draw pretty maps from OpenStreetMap data',
|
||||||
url='https://github.com/marceloprates/prettymaps',
|
url='https://github.com/marceloprates/prettymaps',
|
||||||
author='Marcelo Prates',
|
author='Marcelo Prates',
|
||||||
author_email='marceloorp@gmail.com',
|
author_email='marceloorp@gmail.com',
|
||||||
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