requirements.txt 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # The officially supported versions of the following packages are their
  2. # python3-* equivalent distributed in Ubuntu 22.04 and Debian 11
  3. Babel==2.9.1 # min version = 2.6.0 (Focal with security backports)
  4. chardet==4.0.0
  5. cryptography==3.4.8
  6. decorator==4.4.2
  7. docutils==0.16
  8. ebaysdk==2.1.5
  9. freezegun==0.3.11; python_version < '3.8'
  10. freezegun==0.3.15; python_version >= '3.8'
  11. gevent==1.5.0 ; python_version == '3.7'
  12. gevent==20.9.0 ; python_version > '3.7' and python_version <= '3.9'
  13. gevent==21.8.0 ; python_version > '3.9' and python_version <= '3.10' # (Jammy)
  14. gevent==22.10.2; python_version > '3.10'
  15. greenlet==0.4.15 ; python_version == '3.7'
  16. greenlet==0.4.17 ; python_version > '3.7' and python_version <= '3.9'
  17. greenlet==1.1.2 ; python_version > '3.9' and python_version <= '3.10' # (Jammy)
  18. greenlet==2.0.2 ; python_version > '3.10'
  19. idna==2.10
  20. Jinja2==2.11.3 ; python_version <= '3.10' # min version = 2.10.1 (Focal - with security backports)
  21. Jinja2==3.1.2 ; python_version > '3.10'
  22. libsass==0.20.1
  23. lxml==4.6.5 ; python_version <= '3.10' # min version = 4.5.0 (Focal - with security backports)
  24. lxml==4.9.2 ; python_version > '3.10'
  25. MarkupSafe==1.1.1 ; python_version <= '3.10'
  26. MarkupSafe==2.1.2 ; python_version > '3.10'
  27. num2words==0.5.9
  28. ofxparse==0.19; python_version <= '3.9'
  29. ofxparse==0.21; python_version > '3.9' # (Jammy)
  30. passlib==1.7.4 # min version = 1.7.2 (Focal with security backports)
  31. Pillow==9.0.1 ; python_version <= '3.10' # min version = 7.0.0 (Focal with security backports)
  32. Pillow==9.4.0 ; python_version > '3.10'
  33. polib==1.1.0
  34. psutil==5.8.0 ; python_version <= '3.10'
  35. psutil==5.9.4 ; python_version > '3.10'
  36. psycopg2==2.7.7 ; sys_platform != 'win32' and python_version < '3.8'
  37. psycopg2==2.8.6 ; sys_platform != 'win32' and python_version >= '3.8'and python_version <= '3.10'
  38. psycopg2==2.8.6 ; sys_platform == 'win32' and python_version < '3.10'
  39. psycopg2==2.9.5 ; python_version > '3.10' or ( sys_platform == 'win32' and python_version == '3.10')
  40. pydot==1.4.2
  41. pyopenssl==20.0.1
  42. PyPDF2==1.26.0 ; python_version <= '3.10'
  43. PyPDF2==2.12.1 ; python_version > '3.10'
  44. pypiwin32 ; sys_platform == 'win32'
  45. pyserial==3.5
  46. python-dateutil==2.8.1
  47. python-ldap==3.4.0 ; sys_platform != 'win32' # min version = 3.2.0 (Focal with security backports)
  48. python-stdnum==1.16
  49. pytz # no version pinning to avoid OS perturbations
  50. pyusb==1.0.2 ; python_version <= '3.10'
  51. pyusb==1.2.1 ; python_version > '3.10'
  52. qrcode==6.1
  53. reportlab==3.5.59 ; python_version <= '3.10' # version < 3.5.54 are not compatible with Pillow 8.1.2 and 3.5.59 is bullseye
  54. reportlab==3.6.12 ; python_version > '3.10'
  55. requests==2.25.1 # versions < 2.25 aren't compatible w/ urllib3 1.26. Bullseye = 2.25.1. min version = 2.22.0 (Focal)
  56. urllib3==1.26.5 # indirect / min version = 1.25.8 (Focal with security backports)
  57. vobject==0.9.6.1
  58. Werkzeug==0.16.1 ; python_version <= '3.9'
  59. Werkzeug==2.0.2 ; python_version > '3.9' # (Jammy)
  60. xlrd==1.1.0; python_version < '3.8'
  61. xlrd==1.2.0; python_version >= '3.8'
  62. XlsxWriter==1.1.2
  63. xlwt==1.3.*
  64. zeep==4.0.0