Skip to content

Commit

Permalink
Travis: use setup.py for requirements, don't override with .txt
Browse files Browse the repository at this point in the history
  • Loading branch information
James R. Barlow committed Apr 11, 2018
1 parent 3d69b46 commit ec170c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ before_install: |
install:
- pip3 install ".$EXTRAS"
- pip3 install -r requirements.txt -r test_requirements.txt
- pip3 install -r test_requirements.txt

script:
- tesseract --version
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# setup.py lists a separate set of requirements that are looser to simplify
# installation
ruffus == 2.6.3
Pillow == 5.0.0
Pillow == 5.1.0
reportlab == 3.4.0
PyPDF2 == 1.26.0
img2pdf == 0.2.4
cffi == 1.11.5
PyMuPDF == 1.12.4
PyMuPDF == 1.12.5

0 comments on commit ec170c7

Please sign in to comment.