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:
2
requirements.txt
vendored
2
requirements.txt
vendored
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user