Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in requirements.txt

No module named yaml (brew broke my python, again)

requirements.txt: conditional on python version

What should GitHub repo package folder of a Python project include to manage dependencies?

Reusable GitHub action workflow with actions/setup-python fails because it can't find requirements.txt

Pip install with requirements.txt from private repo prompting for password

Can pip dependencies exclude or include in semantic pre-release labels?

How to install requirements.txt file from a python module?

What is the equivalent of twiddle-wakka (~>) from ruby's gem in requirements.txt for python's pip?

python pip requirements.txt

List only outdated pip packages mentioned in requirements file

python pip requirements.txt

Cython "ModuleNotFoundError" even though it was just installed via requirements.txt while building docker image

Is there a way to programmatically confirm that a python package version satisfies a requirements specifier?

How to list (freeze) only the Python modules imported/required by my project

Does flake8 require any installation of my Python project's dependencies?

Requiring only one of two dependencies in a requirements file

ImportError: No module named base in html5lib

`requirements.txt` dependencies, getting only high level dependencies

python pip requirements.txt

Why would you create a requirements.txt file in a virtual environment in Python?

Python: How to detect unused packages and remove them