Skip to content

Commit

Permalink
fix(cli): improved code to stop the warning by Click library about un…
Browse files Browse the repository at this point in the history
…icode
  • Loading branch information
Saurabh Kumar committed Aug 21, 2015
1 parent 278afde commit 0d28b19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dotenv.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

import os
import warnings
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'configurations', 'python'],
py_modules=['dotenv'],
install_requires=[
'click>=3.0',
'click>=5.0',
],
entry_points='''
[console_scripts]
Expand Down

0 comments on commit 0d28b19

Please sign in to comment.