project-stats

keep track of your projects
git clone https://git.ce9e.org/project-stats.git

commit
8006c2669a96f6d0bae75c81c3f8ddab1248de9a
parent
0406bf41e4e067930efa1c0736c3f71d1e8d097c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-04-09 19:42
depend on aiohttp<2

Diffstat

M setup.py 1 +

1 files changed, 1 insertions, 0 deletions


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

@@ -20,6 +20,7 @@ setup(
   20    20     author_email='tobias.bengfort@posteo.de',
   21    21     py_modules=['project_stats'],
   22    22     install_requires=[
   -1    23         'aiohttp<2',
   23    24         'python-dateutil',
   24    25         'pyyaml',
   25    26         'rediscache',