Skip to content

Instantly share code, notes, and snippets.

@djotaku
Created July 5, 2022 00:13
Show Gist options
  • Save djotaku/854565fbaba2ed52fdc2216e2acf50e6 to your computer and use it in GitHub Desktop.
Save djotaku/854565fbaba2ed52fdc2216e2acf50e6 to your computer and use it in GitHub Desktop.
pip install --upgrade -v eldonationtracker
Using pip 22.1.2 from /home/ermesa/Programming Projects/python/test_pip/venv/lib64/python3.10/site-packages/pip (python 3.10)
Requirement already satisfied: eldonationtracker in ./venv/lib/python3.10/site-packages (7.3.0)
Collecting eldonationtracker
Using cached eldonationtracker-7.4.3-py3-none-any.whl (114 kB)
Requirement already satisfied: xdgenvpy==2.3.5 in ./venv/lib/python3.10/site-packages (from eldonationtracker) (2.3.5)
Requirement already satisfied: PyQt5-sip<=12.8.9,>=12.8.1 in ./venv/lib/python3.10/site-packages (from eldonationtracker) (12.8.1)
Requirement already satisfied: semver==2.9.1 in ./venv/lib/python3.10/site-packages (from eldonationtracker) (2.9.1)
Collecting rich==12.4.1
Using cached rich-12.4.1-py3-none-any.whl (231 kB)
Collecting PyQtWebEngine==5.15.6
Using cached PyQtWebEngine-5.15.6-cp37-abi3-manylinux1_x86_64.whl (230 kB)
Requirement already satisfied: requests==2.27.1 in ./venv/lib/python3.10/site-packages (from eldonationtracker) (2.27.1)
Collecting PyQtWebEngine-Qt5==5.15.2
Using cached PyQtWebEngine_Qt5-5.15.2-py3-none-manylinux2014_x86_64.whl (67.5 MB)
Requirement already satisfied: PyQt5<=5.15.9,>=5.15.2 in ./venv/lib/python3.10/site-packages (from eldonationtracker) (5.15.6)
Collecting donordrivepython==1.4.1
Using cached DonorDrivePython-1.4.1-py3-none-any.whl (37 kB)
Requirement already satisfied: tzlocal<5.0,>=4.2 in ./venv/lib/python3.10/site-packages (from donordrivepython==1.4.1->eldonationtracker) (4.2)
INFO: pip is looking at multiple versions of <Python from Requires-Python> to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of donordrivepython to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of eldonationtracker to determine which version is compatible with other requirements. This could take a while.
Collecting eldonationtracker
Using cached eldonationtracker-7.4.1-py3-none-any.whl (114 kB)
Requirement already satisfied: rich<13 in ./venv/lib/python3.10/site-packages (from eldonationtracker) (10.16.2)
Requirement already satisfied: donordrivepython==1.3.0 in ./venv/lib/python3.10/site-packages (from eldonationtracker) (1.3.0)
Requirement already satisfied: PyQtWebEngine==5.15.2 in ./venv/lib/python3.10/site-packages (from eldonationtracker) (5.15.2)
Requirement already satisfied: charset-normalizer~=2.0.0 in ./venv/lib/python3.10/site-packages (from requests==2.27.1->eldonationtracker) (2.0.12)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in ./venv/lib/python3.10/site-packages (from requests==2.27.1->eldonationtracker) (1.26.9)
Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python3.10/site-packages (from requests==2.27.1->eldonationtracker) (2022.6.15)
Requirement already satisfied: idna<4,>=2.5 in ./venv/lib/python3.10/site-packages (from requests==2.27.1->eldonationtracker) (3.3)
Requirement already satisfied: PyQt5-Qt5>=5.15.2 in ./venv/lib/python3.10/site-packages (from PyQt5<=5.15.9,>=5.15.2->eldonationtracker) (5.15.2)
Requirement already satisfied: commonmark<0.10.0,>=0.9.0 in ./venv/lib/python3.10/site-packages (from rich<13->eldonationtracker) (0.9.1)
Requirement already satisfied: colorama<0.5.0,>=0.4.0 in ./venv/lib/python3.10/site-packages (from rich<13->eldonationtracker) (0.4.5)
Requirement already satisfied: pygments<3.0.0,>=2.6.0 in ./venv/lib/python3.10/site-packages (from rich<13->eldonationtracker) (2.12.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment