Skip to content

Commit

Permalink
Added flake8 to DEV requirements (pandas-dev#20063)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd authored and jreback committed Mar 9, 2018
1 parent b669112 commit f9fd540
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/environment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ channels:
dependencies:
- Cython
- NumPy
- flake8
- moto
- pytest>=3.1
- python-dateutil>=2.5.0
Expand Down
3 changes: 2 additions & 1 deletion ci/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
# Do not modify directly
Cython
NumPy
flake8
moto
pytest>=3.1
python-dateutil>=2.5.0
pytz
setuptools>=3.3
sphinx
sphinx

0 comments on commit f9fd540

Please sign in to comment.