Explorar el Código

Update setup.cfg

theenglishway (time) hace 7 años
padre
commit
a2bfe5acbb
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      setup.cfg

+ 5 - 0
setup.cfg

@@ -58,7 +58,12 @@ include_package_data = True
 setup_requires =
 	pytest-runner
 install_requires =
+    bs4
+    lxml
+    requests
 	Click
+    sqlalchemy
+    ipython
 tests_require =
 	pytest