diff options
author | MichaĆ <emkael@tlen.pl> | 2017-06-15 12:41:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-15 12:41:35 +0200 |
commit | dd2ca60708e8a1714f11afec2b67caa656bd1964 (patch) | |
tree | 754c74809d39d30d87946c61c1440ab890429a2b | |
parent | 94fde3fd0b06bb93dddc7a91af7d421e86ffd11a (diff) | |
parent | 7272150107506dd26d1ef225f99e2f4305c5ae06 (diff) |
Merge pull request #2 from starsep/requirements
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 |