Ver código fonte

bug fix: imports

Steve Nyemba 1 ano atrás
pai
commit
df890f0147
2 arquivos alterados com 6 adições e 7 exclusões
  1. 0 1
      setup.py
  2. 6 6
      smart/__init__.py

+ 0 - 1
setup.py

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

+ 6 - 6
smart/__init__.py

@@ -9,14 +9,14 @@ dependencies :
     data-transport  pip install git+https://dev.the-phi.com/git/steve/data-transport.git
 """
 import smart
-import smart.top
-import smart.folder
-import smart.top
-import smart.logger
-import smart.files
+# import smart.top
+# import smart.folder
+# import smart.top
+# import smart.logger
+# import smart.files
 import uuid
 import typer
-import smart.info
+# import smart.info
 import json
 import os
 import transport