Skip to content

Commit fe937b9

Browse files
committed
Add dependency (again?)
1 parent a460eed commit fe937b9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md renamed to README.rst

File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
packages = find_packages(),
1919
install_requires=[
2020
'distribute',
21+
'python-magic >= 0.4.2',
2122
],
2223
setup_requires = [
2324
'versiontools >= 1.8',
24-
'python-magic >= 0.4.2',
2525
],
2626
classifiers = [
2727
"Programming Language :: Python",

0 commit comments

Comments
 (0)