rbanffy / pip-chill

A more relaxed `pip freeze`
Other
560 stars 25 forks source link

pyside2 Installed as dependency for app #57

Closed SonGokussj4 closed 2 years ago

SonGokussj4 commented 2 years ago

Environment

Description

Hi. I've just installed your package and wanted to try in on a package so I tested it on: https://github.com/gmarull/pyside2-boilerplate

But for reason there is no pyside2 dependency, instead, it displays: app so that would be added into requirements.txt

I think that's not the right behavior?

My Steps

# Clone the project
$ git clone https://github.com/gmarull/pyside2-boilerplate 
$ cd pyside2-boilerplate

# Create venv and Install packages
$ python3.6 -m venv .venv
$ source .venv/bin/activate
$ pip install -e .
$ pip install -r requirements-dev.txt

# Install pip-chill and display results
$ pip install pip-chill
$ pip-chill -v
app==0.1.0
esbonio==0.9.0
flake8==4.0.1
pip-chill==1.0.1
pyinstaller==4.10
pyqt-distutils==0.7.3
rstcheck==3.3.1
sphinx-rtd-theme==1.0.0

$ pip-chill -v
app==0.1.0
esbonio==0.9.0
flake8==4.0.1
pip-chill==1.0.1
pyinstaller==4.10
pyqt-distutils==0.7.3
rstcheck==3.3.1
sphinx-rtd-theme==1.0.0
# alabaster==0.7.12 # Installed as dependency for sphinx
# altgraph==0.17.2 # Installed as dependency for pyinstaller
# appdirs==1.4.4 # Installed as dependency for esbonio
# babel==2.9.1 # Installed as dependency for sphinx
# certifi==2021.10.8 # Installed as dependency for requests
# charset-normalizer==2.0.12 # Installed as dependency for requests
# dataclasses==0.8 # Installed as dependency for pydantic
# docopt==0.6.2 # Installed as dependency for pyqt-distutils
# docutils==0.17.1 # Installed as dependency for rstcheck, sphinx, sphinx-rtd-theme
# idna==3.3 # Installed as dependency for requests
# imagesize==1.3.0 # Installed as dependency for sphinx
# importlib-metadata==4.8.3 # Installed as dependency for sphinx, pyinstaller, flake8
# jinja2==3.0.3 # Installed as dependency for sphinx
# markupsafe==2.0.1 # Installed as dependency for jinja2
# mccabe==0.6.1 # Installed as dependency for flake8
# packaging==21.3 # Installed as dependency for sphinx
# pycodestyle==2.8.0 # Installed as dependency for flake8
# pydantic==1.8.2 # Installed as dependency for pygls
# pyflakes==2.4.0 # Installed as dependency for flake8
# pygls==0.11.3 # Installed as dependency for esbonio
# pygments==2.11.2 # Installed as dependency for sphinx
# pyinstaller-hooks-contrib==2022.0 # Installed as dependency for pyinstaller
# pyparsing==3.0.7 # Installed as dependency for packaging
# pyside2==5.15.2.1 # Installed as dependency for app
# pyspellchecker==0.6.3 # Installed as dependency for esbonio
# pytz==2021.3 # Installed as dependency for babel
# requests==2.27.1 # Installed as dependency for sphinx
# shiboken2==5.15.2.1 # Installed as dependency for pyside2
# snowballstemmer==2.2.0 # Installed as dependency for sphinx
# sphinx==4.4.0 # Installed as dependency for esbonio, sphinx-rtd-theme
# sphinxcontrib-applehelp==1.0.2 # Installed as dependency for sphinx
# sphinxcontrib-devhelp==1.0.2 # Installed as dependency for sphinx
# sphinxcontrib-htmlhelp==2.0.0 # Installed as dependency for sphinx
# sphinxcontrib-jsmath==1.0.1 # Installed as dependency for sphinx
# sphinxcontrib-qthelp==1.0.3 # Installed as dependency for sphinx
# sphinxcontrib-serializinghtml==1.1.5 # Installed as dependency for sphinx
# typeguard==2.13.3 # Installed as dependency for pygls
# typing-extensions==4.1.1 # Installed as dependency for importlib-metadata, pydantic
# urllib3==1.26.8 # Installed as dependency for requests
# zipp==3.6.0 # Installed as dependency for importlib-metadata
github-actions[bot] commented 2 years ago

Stale issue message