PyJSONProxy

simple proxy and scraper
git clone https://git.ce9e.org/PyJSONProxy.git

commit
ed6e76a3989e040c937580b4659cf779f67ad4ca
parent
474da8ad2523a3329021bde04a437c4984c085b7
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2018-08-17 17:36
add jinja2 dependency

Diffstat

M setup.py 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/setup.py b/setup.py

@@ -25,6 +25,7 @@ setup(
   25    25     install_requires=[
   26    26         'aiohttp',
   27    27         'beautifulsoup4',
   -1    28         'jinja2',
   28    29     ],
   29    30     entry_points={'console_scripts': [
   30    31         'jsonproxy=jsonproxy:main',