Skip to content

Commit

Permalink
Merge pull request #34 from ssciolla/issues-25-33-update-api-utils-ot…
Browse files Browse the repository at this point in the history
…her-deps

Update api-utils-python egg, bump some pypi dependencies (#25, #33)
  • Loading branch information
ssciolla authored Aug 6, 2020
2 parents 920c962 + 14a3884 commit 9411f27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ You can also set up the application using `virtualenv` by doing the following:
To run the test suite, use the following commands:

```sh
coverage manage.py test -v 3
coverage run manage.py test -v 3
coverage report
```

#### Sending email
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage==5.1
Django==3.0.7
coverage==5.2.1
Django==3.0.9
mysqlclient==1.4.6
python-dotenv==0.13.0
-e git+https://github.com/tl-its-umich-edu/api-utils-python@master#egg=umich-api
python-dotenv==0.14.0
-e git+https://github.com/tl-its-umich-edu/api-utils-python@v2.0#egg=umich-api

0 comments on commit 9411f27

Please sign in to comment.