feat(terraform): AWS images with TRex 3.00
[csit.git] / tox-requirements.txt
1 # Copyright (c) 2022 Cisco and/or its affiliates.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 # Tox dependencies.
15 tox==3.25.1
16
17 # Other PIP freeze dependencies.
18 distlib==0.3.4
19 filelock==3.7.1
20 packaging==21.3
21 platformdirs==2.5.2
22 pluggy==1.0.0
23 pyparsing==3.0.9
24 py==1.11.0
25 six==1.16.0
26 toml==0.10.2
27 virtualenv==20.15.1