diff options
author | Filip Czaplicki <filipczaplicki@gmail.com> | 2017-06-14 21:27:22 +0200 |
---|---|---|
committer | Filip Czaplicki <filipczaplicki@gmail.com> | 2017-06-14 21:29:49 +0200 |
commit | 7272150107506dd26d1ef225f99e2f4305c5ae06 (patch) | |
tree | d1213612f657d14bf5342624bec0521d3d45e965 | |
parent | 969712378f7bd183582c5459585eb501ffbf88e5 (diff) |
Added requirements.txt
-rw-r--r-- | docs/dependencies.md | 5 | ||||
-rw-r--r-- | requirements.txt | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/dependencies.md b/docs/dependencies.md new file mode 100644 index 0000000..4e4f035 --- /dev/null +++ b/docs/dependencies.md @@ -0,0 +1,5 @@ +To install dependencies run + +``` +$ pip install -r requirements.txt +``` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b461a6b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +bs4 +htmlmin +lxml +mysql-connector==2.1.4 |