Skip to content

Commit fa23e0f

Browse files
committed
Updated requirements.txt for python-magic
1 parent fcc1bac commit fa23e0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .checks import constants_check, fetch_url_check
22

3-
__version__ = (0, 2, 0)
3+
__version__ = (0, 2, 1)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Django>=1.11
33

44
cryptography>=1.7.1
55
requests>=2.12.4
6-
python-magic==0.4.12
6+
python-magic>=0.4.12,<0.5.0

0 commit comments

Comments
 (0)