question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow requirements-txt-fixer keep git+ sorted first

See original GitHub issue

I propose an option to allow keep these require like this.

Expected:

git+https://github.com/ateliedocodigo/py-healthcheck.git@1.10.1
ddt<2
flake8
freezegun<1
pytest-cov<3

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
asottilecommented, Jun 25, 2020

no I can’t, just run piptools and observe or read its documentation

0reactions
luiscomscommented, Jun 25, 2020

Can you give more information? A link reference

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to state in requirements.txt a direct github source
First, install with git+git or git+https , in any way you know. Example of installing kronok 's branch of the brabeion project: pip...
Read more >
pre-commit-hooks - Git at Google
--no-sort-keys - when autofixing, retain the original key ordering (instead of sorting the keys); --top-keys comma,separated,keys - Keys to keep at the top...
Read more >
Supported hooks - pre-commit
requirements -txt-fixer - sorts entries in requirements.txt. sort-simple-yaml - sorts simple yaml files which consist only of top-level keys, preserving comments ...
Read more >
Improve Code Quality with Git Hooks and Pre-commit
txt file is alphabetically sorted (helps with readability) and checks each file for unnecessary trailing whitespace.
Read more >
Dependency Management with Pip, Python's Package Manager
Another solution for better managing dependencies with Pip is to use it in conjunction with a requirements.txt file, which allows for the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found