Przeglądaj źródła

adding dependency

Steve Nyemba 1 rok temu
rodzic
commit
1d35cbcf5d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -14,7 +14,7 @@ args    = {
     "packages":["smart","smart.top","smart.folder","smart.logger"]
     }
 args["keywords"]=['mongodb','couchdb','rabbitmq','file','read','write','s3','sqlite']
-args["install_requires"] = ['pandas','numpy','data-transport@git+https://github.com/lnyemba/data-transport.git']
+args["install_requires"] = ['typer','pandas','numpy','data-transport@git+https://github.com/lnyemba/data-transport.git']
 
 args["url"] =   "https://dev.the-phi.com/git/steve/smart-top.git"
 args['scripts'] = ['bin/smart-logger']