Skip to content

Commit

Permalink
DEV: Pin configparser version
Browse files Browse the repository at this point in the history
It's a recent (to zipline) requirement of flake8.
  • Loading branch information
richafrank committed Jun 8, 2017
1 parent 970428f commit 0840ea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ flake8==3.3.0
mccabe==0.6.0
pycodestyle==2.3.1
pyflakes==1.5.0
configparser==3.5.0;python_version<"3.2"

# Documentation Conversion

Expand Down

0 comments on commit 0840ea1

Please sign in to comment.