diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-12-03 13:48:18 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-12-03 13:50:08 +0100 |
| commit | d68fb243ac42d008c8f935c765cd6ca9418482ac (patch) | |
| tree | ad7aaeeaf113f961e4349522aab35217a4ffec19 /client/requirements.txt | |
| parent | 3a91c3891c230d27f9784e121e2d8bfc651320bd (diff) | |
| download | jasper-client-d68fb243ac42d008c8f935c765cd6ca9418482ac.tar.gz jasper-client-d68fb243ac42d008c8f935c765cd6ca9418482ac.zip | |
sort requirements.txt file
Diffstat (limited to 'client/requirements.txt')
| -rw-r--r-- | client/requirements.txt | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/client/requirements.txt b/client/requirements.txt index 23a6310..f77a11b 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -1,13 +1,26 @@ +# Jasper core dependencies APScheduler==3.0.1 -PyYAML==3.11 argparse==1.2.2 +mock==1.0.1 +pytz==2014.10 +PyYAML==3.11 +requests==2.5.0 + +# Pocketsphinx STT engine +cmuclmtk==0.1.5 + +# HN module beautifulsoup4==4.3.2 +semantic==1.0.3 + +# Birthday/Notifications modules facebook-sdk==0.4.0 + +# Weather/News modules feedparser==5.1.3 -mock==1.0.1 + +# Gmail module python-dateutil==2.3 + +# MPDControl module python-mpd==0.3.0 -pytz==2014.10 -semantic==1.0.3 -requests==2.5.0 -cmuclmtk==0.1.5 |
