Updated setup.py

This commit is contained in:
Marcelo Prates
2021-08-23 22:13:57 -03:00
parent a234510ae8
commit c503090186

View File

@@ -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=[