34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
###############################################################################
|
|
#
|
|
# IMPORTANT:
|
|
#
|
|
# If runtime or build time dependencies are changed in this file, the committer
|
|
# *must* ensure the DEB and RPM package maintainers are informed as soon as
|
|
# possible.
|
|
#
|
|
###############################################################################
|
|
|
|
#####################################
|
|
# Include all the common dependencies
|
|
#####################################
|
|
-r ../../requirements.txt
|
|
|
|
###########################################################
|
|
# Add all the development dependencies here
|
|
# The packages listed below are sorted alphabetically. It
|
|
# is recommended to add new packages in alphabetical order.
|
|
# However, exceptions can be made to preserve dependency
|
|
# order—please add a comment in such cases and specify the
|
|
# relevant packages.
|
|
###########################################################
|
|
extras==1.0.0
|
|
fixtures==4.2.6
|
|
linecache2==1.0.0
|
|
pbr==7.0.1
|
|
pycodestyle>=2.5.0
|
|
python-mimeparse==2.0.0
|
|
selenium==4.36.0
|
|
testscenarios==0.5.0
|
|
testtools==2.7.2
|
|
traceback2==1.4.0
|