Mercurial > personal > weatherlog
comparison 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 |
comparison
equal
deleted
inserted
replaced
9:d8f38d992387 | 10:b1657de734d5 |
---|---|
9 'adafruit-blinka', | 9 'adafruit-blinka', |
10 'adafruit-circuitpython-dht', | 10 'adafruit-circuitpython-dht', |
11 'attrs', | 11 'attrs', |
12 'pymongo', | 12 'pymongo', |
13 'pytz', | 13 'pytz', |
14 'requests', | |
14 ], | 15 ], |
15 setup_requires=['wheel'], | 16 setup_requires=['wheel'], |
16 ) | 17 ) |