From 88c1e64b104eebcd085ce0ab6579f0cd6b9afd17 Mon Sep 17 00:00:00 2001 From: Sergi Blanco-Cuaresma Date: Thu, 15 Oct 2020 20:45:04 -0400 Subject: [PATCH] Making sure 2nd level dependencies are python2 compatible --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 89a37f4..70f55d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,3 +6,6 @@ sqlalchemy-postgres-copy==0.5.0 SQLAlchemy-Continuum==1.3.6 beautifulsoup4==4.6.3 astropy==2.0.14 +# Make sure 2nd level dependencies are python2 compatible: +portalocker==1.7.1 +SQLAlchemy-Utils==0.35.0