Skip to content

Commit

Permalink
Add project requirements for easy installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio Wuensche committed Sep 20, 2018
1 parent 9cb33c4 commit 6c9d931
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Install all project dependencies with
# pip install -r requirements.txt

requests # http requests
os # get env vars

bs4 # xml manipulation (after parsing)
lxml # xml parsing (used by bs4)
json # json parser

0 comments on commit 6c9d931

Please sign in to comment.