2019-07-29 05:24:54 -05:00
|
|
|
###############################################################################
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
###############################################################################
|
|
|
|
|
2018-01-29 06:45:32 -06:00
|
|
|
#####################################
|
|
|
|
# Include all the common dependencies
|
|
|
|
#####################################
|
|
|
|
-r ../../requirements.txt
|
|
|
|
|
|
|
|
###########################################
|
|
|
|
# Add all the development dependencies here
|
|
|
|
###########################################
|
2019-02-07 04:34:07 -06:00
|
|
|
extras==1.0.0
|
2023-03-29 06:27:52 -05:00
|
|
|
fixtures==4.0.1
|
2019-02-07 04:34:07 -06:00
|
|
|
linecache2==1.0.0
|
2023-03-29 06:28:24 -05:00
|
|
|
pbr==5.11.1
|
2019-03-20 08:01:32 -05:00
|
|
|
pycodestyle>=2.5.0
|
2019-02-07 04:34:07 -06:00
|
|
|
python-mimeparse==1.6.0
|
2017-02-26 03:06:17 -06:00
|
|
|
testscenarios==0.5.0
|
2023-03-31 00:14:03 -05:00
|
|
|
testtools==2.6.0
|
2017-03-02 03:18:45 -06:00
|
|
|
traceback2==1.4.0
|
2023-06-09 06:53:39 -05:00
|
|
|
selenium==4.10.0
|
2023-04-17 01:53:36 -05:00
|
|
|
coverage==7.2.3
|