From 322ff164f0d2adcbcd896fb8cfcd78684bdf00e5 Mon Sep 17 00:00:00 2001 From: Samuel Letellier-Duchesne Date: Mon, 24 May 2021 18:50:14 -0400 Subject: [PATCH] Requirements --- requirements.txt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1f1c9d3..623bc1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,7 @@ -archetypal -numpy -mongoengine -pycountry -pytest -geojson -mongomock -datapackage \ No newline at end of file +archetypal==2.1.3 +mongoengine~=0.20.0 +pycountry~=20.7.3 +pytest~=6.2.4 +geojson~=2.5.0 +mongomock~=3.21.0 +datapackage~=1.15.2 \ No newline at end of file