Skip to content

Commit

Permalink
PKG: adding dependencies to setupApp and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
peircej committed Jul 3, 2018
1 parent e143c2a commit 1520020
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements_travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ pytest-xdist
coveralls
python-gitlab
gitpython
astunparse
2 changes: 2 additions & 0 deletions setupApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ def dyld_find(name, loader=None, **kwargs):
# for Py3 compatibility
'future', 'past', 'lib2to3',
'json_tricks', # allows saving arrays/dates in json
'git-python', 'gitlab',
'astunparse',
]

if sys.version_info.major >= 3:
Expand Down

0 comments on commit 1520020

Please sign in to comment.