-
Notifications
You must be signed in to change notification settings - Fork 848
Expand file tree
/
Copy pathrequirements.txt
More file actions
33 lines (31 loc) · 1.06 KB
/
requirements.txt
File metadata and controls
33 lines (31 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
###############################################################################
#
# 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.3.1
linecache2==1.0.0
pbr==7.0.3
pycodestyle>=2.5.0
python-mimeparse==2.0.0
selenium==4.41.0
testscenarios==0.5.0
testtools==2.8.5
traceback2==1.4.0