-
- Downloads
Use uwsgi timers instead of apscheduler for cron-like tasks
... | ... | @@ -29,6 +29,7 @@ MarkupSafe==0.23 |
nose==1.3.7 | ||
packaging==16.8 | ||
pathtools==0.1.2 | ||
pkg-resources==0.0.0 | ||
psycopg2==2.6.2 | ||
Pygments==2.2.0 | ||
pyldap==2.4.28 | ||
... | ... | @@ -46,6 +47,7 @@ requests==2.13.0 |
six==1.10.0 | ||
SQLAlchemy==1.1.5 | ||
tzlocal==1.3 | ||
uwsgidecorators==1.1.0 | ||
vine==1.1.3 | ||
vobject==0.9.4.1 | ||
watchdog==0.8.3 | ||
... | ... |
Please register or sign in to comment