mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-30 01:30:33 +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',
|
||||
url='https://github.com/marceloprates/prettymaps',
|
||||
author='Marcelo Prates',
|
||||
author_email='marceloorp@gmail.com',
|
||||
author_email='marceloorp@gmail.com',
|
||||
license='MIT License',
|
||||
packages=['prettymaps'],
|
||||
install_requires=[
|
||||
'osmnx=1.0.1',
|
||||
'tabulate=0.8.9',
|
||||
'jupyter=1.0.0',
|
||||
'osmnx==1.0.1',
|
||||
'tabulate==0.8.9',
|
||||
'jupyter==1.0.0',
|
||||
'vsketch==1.0.0a0'
|
||||
],
|
||||
|
||||
classifiers=[
|
||||
|
Reference in New Issue
Block a user