From 0bb291e30a74384cbe31a82ec8e890b3545a5722 Mon Sep 17 00:00:00 2001 From: Jules Lasne Date: Mon, 15 Feb 2021 10:29:44 +0100 Subject: [PATCH] Added .venv to gitignore and updated poutils in requirements.tct --- .gitignore | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 34ccc22d7..6d4d663da 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ venv/ .pospell/ .potodo/ locales/ +.venv/ diff --git a/requirements.txt b/requirements.txt index d421120d8..9e489c6e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -poutils==0.12.0 +poutils==0.13.0