aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McBrayer <[email protected]>2018-11-12 09:44:57 -0500
committerJason McBrayer <[email protected]>2018-11-12 09:44:57 -0500
commit7e2259e3ee5984bbcc27c4810cad301f96106e12 (patch)
tree0474eeafad5e9dd722ab0fe4c6b9ca8527a4fa04 /setup.py
parent191ad84cef0b37e8d8a708812336858d447304c5 (diff)
downloadmastodon.py-7e2259e3ee5984bbcc27c4810cad301f96106e12.tar.gz
Add requirement for python-magic, and add wrappers to Mastodon.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e49c26c..009063d 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,8 @@ setup(name='Mastodon.py',
13 'requests', 13 'requests',
14 'python-dateutil', 14 'python-dateutil',
15 'six', 15 'six',
16 'pytz', 16 'pytz',
17 'python-magic',
17 'decorator>=4.0.0', 18 'decorator>=4.0.0',
18 'http_ece>=1.0.5', 19 'http_ece>=1.0.5',
19 'cryptography>=1.6.0' 20 'cryptography>=1.6.0'
Powered by cgit v1.2.3 (git 2.41.0)