From 9bbbe2796e13384cee2bd9d49b2046a223a3c842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlan?= Date: Thu, 13 Oct 2022 13:21:44 +0200 Subject: [PATCH] add end-of-line at end of requirements.txt the absence of an end-of-line made `pip install -r requirements.txt` ignore the last line --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2c40984..ff4efcd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ python-magic; python_version > '3.5' packaging; python_version > '3.5' requests; python_version > '3.5' toml; python_version > '3.5' -distro; python_version > '3.5' \ No newline at end of file +distro; python_version > '3.5'