PyJSONProxy

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

commit
6af4694d449b679666e07698078826ac674743e0
parent
a29e29f27dc51c37eca8b3a7e4e4f3062cf5cb22
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-02-05 18:01
Fixup cache

Diffstat

M setup.py 1 +

1 files changed, 1 insertions, 0 deletions


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

@@ -15,6 +15,7 @@ setup(
   15    15     install_requires=[
   16    16         'flask',
   17    17         'beautifulsoup4',
   -1    18         'cachetools',
   18    19     ],
   19    20     entry_points={'console_scripts': [
   20    21         'jsonproxy=jsonproxy:main',