Skip to content

Commit

Permalink
Added a requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Anema committed Jan 10, 2020
1 parent 909254a commit 199a6f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ This was built and tested with
- django 3.0.2
- shopifyapi 5.1.2

To setup the python dependencies you can run
```
pip install -r ./requirements.txt
```

Get It Running
--------------

Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
django>=3.0.2
shopifyapi>=5.1.2

0 comments on commit 199a6f5

Please sign in to comment.