Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Commit

Permalink
Add cryptography as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
micheljung committed Nov 26, 2015
1 parent 5bb3cf7 commit a14acf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
- "3.5"

before_install:
- sudo apt-get install liblua5.1-dev
- sudo apt-get install liblua5.1-dev libffi-dev

install:
- cp config.example.py config.py
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ pytest-mock
pytest-cov
git+https://github.com/FAForever/faftools.git@develop#egg=faftools
PyJWT
cryptography

0 comments on commit a14acf7

Please sign in to comment.