diff options
-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 |