diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-03-13 10:05:58 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-03-13 10:05:58 -0300 |
commit | 0ff122cf9fd0a76871093b595910fb7c0d3bfe85 (patch) | |
tree | 569de142c213385ddc7eac9285a106fdd4957ffe /pkg | |
parent | 70c402fe170ca4e01159b03739b7cacda7b0dfd0 (diff) |
Pass mtime to pluggableconfig's load
Also add a request_helpers file to util where all the helper methods for
handling requests should go
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/requirements.pip | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 7336d436..7f5eb5b0 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -8,4 +8,5 @@ pyopenssl keyring pyxdg argparse -PySide
\ No newline at end of file +PySide +python-dateutil
\ No newline at end of file |