Skip to content

Commit

Permalink
Added click module to requirements.txt file (#59)
Browse files Browse the repository at this point in the history
It's used in `tests/fixtures.py` file: 

```
from click.testing import CliRunner
```

Check also Travis build: https://travis-ci.org/theskumar/python-dotenv/jobs/236861670
  • Loading branch information
pjona authored and theskumar committed Aug 8, 2017
1 parent e5d68ff commit 77dc37d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ bumpversion
wheel
pytest-cov
pytest-flake8
click

0 comments on commit 77dc37d

Please sign in to comment.