diff options
author | MichaĆ Zimniewicz <michzimny@users.noreply.github.com> | 2018-02-23 00:29:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-23 00:29:59 +0100 |
commit | 1adf2a6c5d1cd3614fe954b17082a14852ee4171 (patch) | |
tree | d45eb1a1eecf943b73c45a5d2b10756b8862662d | |
parent | 9cace0ad71aa1d53b443ae5685fb4817d705d7ca (diff) |
Create requirements.txt
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4dd16c5 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +requests==2.18 +beautifulsoup4==4.6 +cached-property==1.3.1 |