Skip to content

Commit

Permalink
Merge 126b9a9 into 7a8bdc7
Browse files Browse the repository at this point in the history
  • Loading branch information
carlio committed Nov 26, 2018
2 parents 7a8bdc7 + 126b9a9 commit 2673601
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .env

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ docs/_build
# emacs
TAGS
flycheck*

# local configuration
.env
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
if sys.version_info < (3, 0):
_INSTALL_REQUIRES += ['pylint<2', 'pylint-django<0.9']
else:
_INSTALL_REQUIRES += ['pylint>=2', 'pylint-django==2.0.2']
_INSTALL_REQUIRES += ['pylint==2.1.1', 'pylint-django==2.0.2']

_PACKAGE_DATA = {
'prospector': [
Expand Down

0 comments on commit 2673601

Please sign in to comment.