Created
July 9, 2024 21:01
-
-
Save thomaslaurenson/87ec990564553fa1f91a3b54e87b9f43 to your computer and use it in GitHub Desktop.
Pip freeze on a fresh Ubuntu Server 22.04 with only python3-pip installed (2024-07)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
attrs==21.2.0 | |
Automat==20.2.0 | |
Babel==2.8.0 | |
bcrypt==3.2.0 | |
blinker==1.4 | |
certifi==2020.6.20 | |
chardet==4.0.0 | |
click==8.0.3 | |
cloud-init==23.3.3 | |
colorama==0.4.4 | |
command-not-found==0.3 | |
configobj==5.0.6 | |
constantly==15.1.0 | |
cryptography==3.4.8 | |
dbus-python==1.2.18 | |
distro==1.7.0 | |
distro-info==1.1+ubuntu0.2 | |
httplib2==0.20.2 | |
hyperlink==21.0.0 | |
idna==3.3 | |
importlib-metadata==4.6.4 | |
incremental==21.3.0 | |
jeepney==0.7.1 | |
Jinja2==3.0.3 | |
jsonpatch==1.32 | |
jsonpointer==2.0 | |
jsonschema==3.2.0 | |
keyring==23.5.0 | |
launchpadlib==1.10.16 | |
lazr.restfulclient==0.14.4 | |
lazr.uri==1.0.6 | |
MarkupSafe==2.0.1 | |
more-itertools==8.10.0 | |
netifaces==0.11.0 | |
oauthlib==3.2.0 | |
pexpect==4.8.0 | |
ptyprocess==0.7.0 | |
pyasn1==0.4.8 | |
pyasn1-modules==0.2.1 | |
PyGObject==3.42.1 | |
PyHamcrest==2.0.2 | |
PyJWT==2.3.0 | |
pyOpenSSL==21.0.0 | |
pyparsing==2.4.7 | |
pyrsistent==0.18.1 | |
pyserial==3.5 | |
python-apt==2.4.0+ubuntu3 | |
python-debian==0.1.43+ubuntu1.1 | |
python-magic==0.4.24 | |
pytz==2022.1 | |
PyYAML==5.4.1 | |
requests==2.25.1 | |
SecretStorage==3.3.1 | |
service-identity==18.1.0 | |
six==1.16.0 | |
sos==4.5.6 | |
ssh-import-id==5.11 | |
systemd-python==234 | |
Twisted==22.1.0 | |
ubuntu-advantage-tools==8001 | |
ubuntu-drivers-common==0.0.0 | |
ufw==0.36.1 | |
unattended-upgrades==0.1 | |
urllib3==1.26.5 | |
wadllib==1.3.6 | |
xkit==0.0.0 | |
zipp==1.0.0 | |
zope.interface==5.4.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment