diff setup.py @ 10:b1657de734d5

Add HTTPWriter, which actually writes over HTTP.
author Paul Fisher <paul@pfish.zone>
date Sun, 29 Sep 2019 01:18:58 -0400
parents d8f38d992387
children 4c81182eaa6b
line wrap: on
line diff
--- a/setup.py	Sat Sep 28 20:21:35 2019 -0400
+++ b/setup.py	Sun Sep 29 01:18:58 2019 -0400
@@ -11,6 +11,7 @@
         'attrs',
         'pymongo',
         'pytz',
+        'requests',
     ],
     setup_requires=['wheel'],
 )