Przeglądaj źródła

Update setup.cfg

theenglishway (time) 7 lat temu
rodzic
commit
a2bfe5acbb
1 zmienionych plików z 5 dodań i 0 usunięć
  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