1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

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
This commit is contained in:
Maëlan
2022-10-13 13:21:44 +02:00
committed by deadc0de
parent aa3defd117
commit 9bbbe2796e

2
requirements.txt vendored
View File

@@ -5,4 +5,4 @@ python-magic; python_version > '3.5'
packaging; python_version > '3.5' packaging; python_version > '3.5'
requests; python_version > '3.5' requests; python_version > '3.5'
toml; python_version > '3.5' toml; python_version > '3.5'
distro; python_version > '3.5' distro; python_version > '3.5'