* Dropped pytz support, `dateutil` version 2.2 or higher is now required.
authorCYBERDEViLNL <CYBERDEViLNL@github.com>
Fri, 2 Nov 2018 00:14:55 +0000 (01:14 +0100)
committerCYBERDEViLNL <CYBERDEViLNL@github.com>
Fri, 2 Nov 2018 00:14:55 +0000 (01:14 +0100)
commit914307f2863c6ebe6db47fc06d5dadcccaf20b6f
tree972c9928e9defe680a0f7e3a448bde9ae3eb3e8c
parenta6af584ab414ef71e22f2150c268bd760a9e5f7b
* Dropped pytz support, `dateutil` version 2.2 or higher is now required.
* Removed some `print()`'s here and there to stop some console spamming.
* Removed `Post()`'s `update()` method since it's deprecated for a while now.
* Small manual adjustment.
* Updated `README.md`, `setup.py` and `requirements.txt` to the new requirements.
* Added `optional-requirements.txt` since BS4 is optional.

Reviews are welcome for those who see this :-)
README.md
diaspy/models.py
diaspy/settings.py
diaspy/streams.py
manual/posting.markdown
optional-requirements.txt [new file with mode: 0644]
requirements.txt
setup.py