Skip to content

Commit

Permalink
Updated requirements based on new Gitr module.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrimko committed Aug 3, 2017
1 parent 7cb1a9a commit bd2a3c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ install:
- pip install jinja2schema
- pip install pyyaml
- pip install qprompt
- pip install requests
script: 'python tests/_Run_Tests.py nopause'
3 changes: 2 additions & 1 deletion app/gitr.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
##==============================================================#

import os.path as op
import requests

import auxly.filesys as fsys
import requests

##==============================================================#
## SECTION: Global Definitions #
Expand Down
1 change: 1 addition & 0 deletions app/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
"jinja2schema",
"pyyaml",
"qprompt",
"requests",
],
)

0 comments on commit bd2a3c3

Please sign in to comment.