Sort global-requirements.txt alphabetically

A followup patch to
https://review.opendev.org/c/openstack/requirements/+/934220 as
promised.

Change-Id: I65abe585349036d0447ec8528736e2b94cab320c
This commit is contained in:
Radomir Dopieralski 2024-12-13 13:48:01 +01:00
parent d8e8ef1cbc
commit 6d9c22dbce

View File

@ -1,11 +1,11 @@
## section:general ## section:general
aiomysql # MIT License
aiosqlite # MIT License
alembic!=1.2.0,!=1.6.3 # MIT alembic!=1.2.0,!=1.6.3 # MIT
amqp!=2.1.4,!=5.0.4 # BSD amqp!=2.1.4,!=5.0.4 # BSD
appdirs # MIT License appdirs # MIT License
apscheduler # MIT License apscheduler # MIT License
aiomysql # MIT License
aiosqlite # MIT License
autobahn # MIT License autobahn # MIT License
automaton # Apache-2.0 automaton # Apache-2.0
autopage # Apache-2.0 autopage # Apache-2.0
@ -36,7 +36,6 @@ django-compressor # MIT
django-debreach # BSD django-debreach # BSD
django-formtools # BSD django-formtools # BSD
django-pyscss # BSD License (2 clause) django-pyscss # BSD License (2 clause)
libsass # MIT
Django<4.3 # BSD Django<4.3 # BSD
# eventlet is not compatibile with 2.0.0: https://github.com/eventlet/eventlet/issues/619 # eventlet is not compatibile with 2.0.0: https://github.com/eventlet/eventlet/issues/619
dnspython!=2.0.0,!=2.2.0 # http://www.dnspython.org/LICENSE dnspython!=2.0.0,!=2.2.0 # http://www.dnspython.org/LICENSE
@ -83,6 +82,7 @@ kazoo # Apache-2.0
kombu!=4.0.2 # BSD kombu!=4.0.2 # BSD
kubernetes # Apache-2.0 kubernetes # Apache-2.0
ldap3 # LGPLv3 ldap3 # LGPLv3
libsass # MIT
libvirt-python!=4.1.0,!=4.2.0 # LGPLv2+ libvirt-python!=4.1.0,!=4.2.0 # LGPLv2+
lxml!=3.7.0 # BSD lxml!=3.7.0 # BSD
Mako # MIT Mako # MIT