pigar icon indicating copy to clipboard operation
pigar copied to clipboard

:coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)

Results 47 pigar issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.19. Release notes Sourced from urllib3's releases. 1.26.19 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

size/XS
dependencies

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

size/XS
dependencies

**Is your feature request related to a problem? Please describe.** I had my package installed within the environment, where I developed my package. I have cross-imports between package modules, so...

**Is your feature request related to a problem? Please describe.** I use pigar with referenced comments to manage my dependencies. It would be useful to include the command used to...

feature request

Bumps [setuptools](https://github.com/pypa/setuptools) from 69.5.1 to 70.0.0. Changelog Sourced from setuptools's changelog. v70.0.0 Features Emit a warning when [tools.setuptools] is present in pyproject.toml and will be ignored. -- by :user:SnoopJ (#4150)...

size/XS
dependencies

I have this import in one of the files, ``` try: from bs4 import BeautifulSoup bs4_support = True except: bs4_support = False ``` Invoke pigar with: `pigar generate --auto-select --question-answer...

question

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.2 to 3.10.11. Release notes Sourced from aiohttp's releases. 3.10.11 Bug fixes Authentication provided by a redirect now takes precedence over provided auth when making requests with...

size/S
dependencies