Advertisement
yudjinDegtyarev

Untitled

May 17th, 2023
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. piplist = ['appdirs','attrs','Babel','certifi','cffi','charset-normalizer','cloud-init','configobj',
  2. 'cryptography','cupshelpers','decorator','distlib','distro','dnspython','filelock','gpg','idna','Jinja2',
  3. 'jsonpatch','jsonpointer','jsonschema','langtable','libcomps','lit','MarkupSafe','menulibre','netifaces',
  4. 'nftables','oauthlib','onboard','perf','ply','prettytable','psutil','psycopg2-binary','pycairo','pycparser',
  5. 'pycrypto','pycups','pycurl','pydbus','PyGObject','PyJWT','pyOpenSSL','pyrsistent','pyserial','pysmbc','PySocks',
  6. 'python-dateutil','python-gettext','python-linux-procfs','python-manatools','pytz','pyudev','PyYAML','requests',
  7. 'rpm','schedutils','selinux','sepolicy','setools','setproctitle','setroubleshoot','six','slip','slip.dbus','sos',
  8. 'systemd-python','urllib3','virtualenv']
  9.  
  10. pipfreeze = ['appdirs','attrs','Babel','certifi','cffi','charset-normalizer','cloud-init','configobj','cryptography',
  11. 'cupshelpers','decorator','distlib','distro','dnspython','filelock','gpg','idna','Jinja2','jsonpatch','jsonpointer',
  12. 'jsonschema','langtable','libcomps','lit','MarkupSafe','menulibre','netifaces','nftables','oauthlib','onboard','perf',
  13. 'pip','ply','prettytable','psutil','psycopg2-binary','pycairo','pycparser','pycrypto','pycups','pycurl','pydbus',
  14. 'PyGObject','PyJWT','pyOpenSSL','pyrsistent','pyserial','pysmbc','PySocks','python-dateutil','python-gettext',
  15. 'python-linux-procfs','python-manatools','pytz','pyudev','PyYAML','requests','rpm','schedutils','selinux',
  16. 'sepolicy','setools','setproctitle','setroubleshoot','setuptools','six','slip','slip.dbus','sos','systemd-python','urllib3','virtualenv']
  17.  
  18. m = []
  19.  
  20. for i in pipfreeze:
  21. if i not in piplist:
  22. m.append(i)
  23.  
  24. print(m)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement