소스 검색

Update setup.cfg

theenglishway (time) 7 년 전
부모
커밋
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