diff options
author | drebs <drebs@riseup.net> | 2017-09-07 18:12:51 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-09-07 18:12:51 -0300 |
commit | ea9bed110bdc3c8044cce77f52869aac4f89a8d6 (patch) | |
tree | f5d17a5f936624ef4c0592d87ae6507177751b73 /scripts/migration/0.8-to-0.9/requirements.pip | |
parent | 1b994c717e2e970ad665c49642459c1e34459b28 (diff) |
[pkg] improve naming of directory of migration script
Diffstat (limited to 'scripts/migration/0.8-to-0.9/requirements.pip')
-rw-r--r-- | scripts/migration/0.8-to-0.9/requirements.pip | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/migration/0.8-to-0.9/requirements.pip b/scripts/migration/0.8-to-0.9/requirements.pip new file mode 100644 index 00000000..ea22a1a4 --- /dev/null +++ b/scripts/migration/0.8-to-0.9/requirements.pip @@ -0,0 +1,3 @@ +couchdb +leap.soledad.common==0.9.0 +leap.soledad.server==0.9.0 |