2019-07-29 10:24:54 +00: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 12:45:32 +00:00
|
|
|
#####################################
|
|
|
|
# Include all the common dependencies
|
|
|
|
#####################################
|
|
|
|
-r ../../requirements.txt
|
|
|
|
|
|
|
|
###########################################
|
|
|
|
# Add all the development dependencies here
|
|
|
|
###########################################
|
2019-02-07 10:34:07 +00:00
|
|
|
extras==1.0.0
|
|
|
|
fixtures==3.0.0
|
|
|
|
linecache2==1.0.0
|
|
|
|
pbr==3.1.1
|
2019-03-20 13:01:32 +00:00
|
|
|
pycodestyle>=2.5.0
|
2019-02-07 10:34:07 +00:00
|
|
|
python-mimeparse==1.6.0
|
2017-02-26 09:06:17 +00:00
|
|
|
testscenarios==0.5.0
|
2021-12-16 12:06:13 +00:00
|
|
|
testtools==2.5.0
|
2017-03-02 09:18:45 +00:00
|
|
|
traceback2==1.4.0
|
2021-11-12 06:26:44 +00:00
|
|
|
selenium==4.0.0a6
|
2020-01-03 13:30:08 +00:00
|
|
|
coverage==5.0.1
|