From 43443dfb09c5530f684ef0b28f13f54c71c57965 Mon Sep 17 00:00:00 2001 From: Marcelo de Oliveira Rosa Prates Date: Sat, 21 Aug 2021 19:06:14 -0300 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 509cae0..a918b7b 100644 --- a/setup.py +++ b/setup.py @@ -10,9 +10,9 @@ 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', ], classifiers=[