From ac8fe7a6e10b69049247fdd649250f76e3ba95e2 Mon Sep 17 00:00:00 2001 From: Jules Lasne Date: Mon, 15 Mar 2021 23:23:17 +0100 Subject: [PATCH] Added .venv to gitignore and updated poutils in requirements.tct (#1543) Automerge of PR #1543 by @Seluj78 --- .gitignore | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 34ccc22d..6d4d663d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ venv/ .pospell/ .potodo/ locales/ +.venv/ diff --git a/requirements.txt b/requirements.txt index d421120d..9e489c6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -poutils==0.12.0 +poutils==0.13.0