theenglishway (time) 7 лет назад
Родитель
Сommit
a2bfe5acbb
1 измененных файлов с 5 добавлено и 0 удалено
  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