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.

Request: Support Python's requirements.txt

See original GitHub issue

requirements.txt is typically located in the root of an application. The file format is documented here.

Examples:

requirements.txt may point to other requirements files like this example.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:5
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jeremylongcommented, Aug 26, 2016

Thanks for the info - I’ll be able to work on this after JavaOne.

0reactions
fcanocommented, Oct 8, 2020

In order to support Pipfile or Pipfile.lock, what needs to be done will be very similar to #2526 , right? It would be needed to change the name of the analyzer, the regex or function that detects the versions and the name of the files to look for.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to PIP Install Requests Python Package - ActiveState
Click to PIP install Requests package and understand the alternative ways of working with Requests.
Read more >
How to install python module extras with pip requirements.txt file
The correct syntax would be: requests[security] == 2.9.1. The linked docs seems to be for pip v1.1, while the latest stable version is...
Read more >
Requests - PyPI
Installing Requests and Supported Versions. Requests is available on PyPI: $ python -m pip install requests. Requests officially supports Python 3.7+.
Read more >
What a requirements.txt file might look like in a literate program
A utility for mocking out the Requests library. https://github.com/getsentry/responses. nose, == 1.3.7, Extends unittest to make testing easier. https:// ...
Read more >
The Python Requirements File and How to Create it
Use the pip install -r requirements. txt command to install all of the Python modules and packages listed in your requirements. txt file....
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