From 981b88e27718743bde63dda09f37df9e1f6db9af Mon Sep 17 00:00:00 2001 From: renzon Date: Sat, 22 Jun 2019 00:09:35 -0300 Subject: [PATCH] =?UTF-8?q?Atualizada=20configura=C3=A7=C3=A3o=20do=20pyup?= =?UTF-8?q?=20de=20acordo=20com=20pipenv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #125 --- .pyup.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .pyup.yml diff --git a/.pyup.yml b/.pyup.yml new file mode 100644 index 000000000..551ae40dd --- /dev/null +++ b/.pyup.yml @@ -0,0 +1,3 @@ +requirements: + - Pipfile + - Pipfile.lock \ No newline at end of file