update link to upper-constraints.txt
[vfc/nfvo/lcm.git] / requirements.txt
1 jsonschema==3.2.0
2
3 # rest framework
4 Django==3.1.14
5 djangorestframework==3.12.4
6
7 # for access MySQL
8 PyMySQL==1.0.2
9
10 # redis cache
11 redis==2.10.5
12
13 # for access redis cache
14 # redisco==0.1.4
15 django-redis-cache==0.13.1
16
17 # for call rest api
18 httplib2==0.19.1
19
20 # for unit test
21 coverage==4.2
22 mock==3.0.5
23 unittest_xml_reporting==1.12.0
24
25 # for parser
26 cryptography==36.0.1
27 # paramiko==2.0.2
28 # nfv-toscaparser>=0.5.0
29
30 # for swagger
31 ruamel.yaml==0.17.1
32 drf-yasg==1.20.0
33
34 # for the validation feature
35 flex>=6.11.1
36 swagger-spec-validator>=2.1.0
37
38 # uwsgi for parallel processing
39 uwsgi
40
41 PyYAML==5.4.1