]> git.parisson.com Git - telemeta.git/commitdiff
Use TS-dev, fix dirtyfields version
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 19 Oct 2017 13:40:17 +0000 (15:40 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 19 Oct 2017 13:40:17 +0000 (15:40 +0200)
Dockerfile
setup.py

index a64c0ba0c5ffff64f38491d0ae425e985599c2d0..4b608e4eee9490ad2301f19452dd3b60300eb88c 100644 (file)
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM parisson/timeside:latest
+FROM parisson/timeside:latest-dev
 
 MAINTAINER Guillaume Pellerin <yomguy@parisson.com>, Thomas fillon <thomas@parisson.com>
 
index e9a8be419b0b9e7d34fdcf127acc548162d1fefc..e8e72e510a2afa45179e96e67b2db7805571fd2f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -75,7 +75,7 @@ setup(
         'django-environ',
         'redis',
         'Werkzeug',
-        'django-dirtyfields',
+        'django-dirtyfields==1.2.1',
         'sqlparse==0.2.2',
         'lxml'
     ],