diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-27 20:56:53 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-27 20:56:53 +0200 |
| commit | 57ac9c2b03f9e46de6ea4a16eb3954868d1427c9 (patch) | |
| tree | 4e844799b542b31b62ce7a8ffcf779234ad46d91 /requirements.txt | |
| parent | c393152d1f84fc19a0d04c91d7d545c89a7d3693 (diff) | |
| download | processor-57ac9c2b03f9e46de6ea4a16eb3954868d1427c9.tar.gz processor-57ac9c2b03f9e46de6ea4a16eb3954868d1427c9.zip | |
(wip) use 2.0 joblib
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index aad7a96..b549b13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ -appdirs==1.4.0 -asyncpg==0.8.4 +appdirs==1.4.3 packaging==16.8 -pyparsing==2.1.10 +pika==0.10.0 +psycopg2==2.7.1 +pyparsing==2.2.0 six==1.10.0 |
