Skip to content

Commit

Permalink
Add requirements.txt for shippable build
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Smith committed Sep 26, 2018
1 parent bfa4d95 commit f4d2d61
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#
# Package Requirements
#
requests
websocket-client > 0.33.0
gitpython
flask-httpauth
flask-sqlalchemy
flask-admin
flask-bootstrap
flask-wtf
flask-cors
flask
pymysql
tabulate
py-radix
jsonschema
graphviz
ipaddress
deepdiff
2 changes: 1 addition & 1 deletion shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cache: true
build:
ci:
- mkdir -p shippable/codecoverage
- "pip install --index-url=https://pypi.python.org/simple/ requests"
- "pip install requests"
- "pip install coverage"
- "python setup.py -q develop"
- coverage run -p tests/acitoolkit_test.py
Expand Down

0 comments on commit f4d2d61

Please sign in to comment.