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
|
|
|
|
fixtures==3.0.0
|
|
|
|
linecache2==1.0.0
|
|
|
|
pbr==3.1.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
|
2021-12-16 06:06:13 -06:00
|
|
|
testtools==2.5.0
|
2017-03-02 03:18:45 -06:00
|
|
|
traceback2==1.4.0
|
2021-11-12 00:26:44 -06:00
|
|
|
selenium==4.0.0a6
|
2020-01-03 07:30:08 -06:00
|
|
|
coverage==5.0.1
|