Ubuntu 22.04 and Python 3.10 preparation
[osm/N2VC.git] / requirements.txt
1 #######################################################################################
2 # Copyright ETSI Contributors and Others.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #    http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
13 # implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16 #######################################################################################
17 async-timeout==4.0.2
18     # via retrying-async
19 bcrypt==4.0.1
20     # via paramiko
21 cachetools==5.3.0
22     # via google-auth
23 certifi==2023.5.7
24     # via
25     #   kubernetes
26     #   requests
27 cffi==1.15.1
28     # via
29     #   cryptography
30     #   pynacl
31 charset-normalizer==2.1.1
32     # via
33     #   -r requirements.in
34     #   requests
35 cryptography==40.0.2
36     # via paramiko
37 dnspython==2.3.0
38     # via pymongo
39 google-auth==2.17.3
40     # via kubernetes
41 idna==3.4
42     # via requests
43 juju==3.0.0
44     # via -r requirements.in
45 jujubundlelib==0.5.7
46     # via theblues
47 kubernetes==26.1.0
48     # via
49     #   -r requirements.in
50     #   juju
51 macaroonbakery==1.3.1
52     # via
53     #   juju
54     #   theblues
55 motor==3.1.2
56     # via -r requirements.in
57 mypy-extensions==1.0.0
58     # via typing-inspect
59 oauthlib==3.2.2
60     # via requests-oauthlib
61 paramiko==2.12.0
62     # via juju
63 protobuf==3.20.3
64     # via macaroonbakery
65 pyasn1==0.5.0
66     # via
67     #   -r requirements.in
68     #   juju
69     #   pyasn1-modules
70     #   rsa
71 pyasn1-modules==0.3.0
72     # via google-auth
73 pycparser==2.21
74     # via cffi
75 pymacaroons==0.13.0
76     # via macaroonbakery
77 pymongo==4.3.3
78     # via motor
79 pynacl==1.5.0
80     # via
81     #   macaroonbakery
82     #   paramiko
83     #   pymacaroons
84 pyrfc3339==1.1
85     # via
86     #   juju
87     #   macaroonbakery
88 python-dateutil==2.8.2
89     # via kubernetes
90 pytz==2023.3
91     # via pyrfc3339
92 pyyaml==5.4.1
93     # via
94     #   -r requirements.in
95     #   juju
96     #   jujubundlelib
97     #   kubernetes
98 requests==2.30.0
99     # via
100     #   kubernetes
101     #   macaroonbakery
102     #   requests-oauthlib
103     #   theblues
104 requests-oauthlib==1.3.1
105     # via kubernetes
106 retrying-async==2.0.0
107     # via -r requirements.in
108 rsa==4.9
109     # via google-auth
110 six==1.16.0
111     # via
112     #   google-auth
113     #   kubernetes
114     #   macaroonbakery
115     #   paramiko
116     #   pymacaroons
117     #   python-dateutil
118 theblues==0.5.2
119     # via juju
120 toposort==1.10
121     # via juju
122 typing-extensions==4.5.0
123     # via typing-inspect
124 typing-inspect==0.8.0
125     # via juju
126 urllib3==2.0.2
127     # via
128     #   kubernetes
129     #   requests
130 websocket-client==1.5.1
131     # via kubernetes
132 websockets==11.0.3
133     # via juju
134
135 # The following packages are considered to be unsafe in a requirements file:
136 # setuptools