Feature 10296 Pip Standardization
[osm/LCM.git] / requirements-dev.txt
1 -e git+https://osm.etsi.org/gerrit/osm/N2VC.git@master#egg=n2vc
2     # via -r requirements-dev.in
3 -e git+https://osm.etsi.org/gerrit/osm/common.git@master#egg=osm-common
4     # via -r requirements-dev.in
5 aiokafka==0.7.0
6     # via osm-common
7 bcrypt==3.2.0
8     # via paramiko
9 cachetools==4.2.1
10     # via google-auth
11 certifi==2020.12.5
12     # via
13     #   kubernetes
14     #   requests
15 cffi==1.14.5
16     # via
17     #   bcrypt
18     #   cryptography
19     #   pynacl
20 chardet==4.0.0
21     # via requests
22 cryptography==3.4.7
23     # via paramiko
24 dataclasses==0.6
25     # via osm-common
26 google-auth==1.28.0
27     # via kubernetes
28 idna==2.10
29     # via requests
30 juju==2.8.4
31     # via n2vc
32 jujubundlelib==0.5.6
33     # via theblues
34 kafka-python==2.0.2
35     # via aiokafka
36 kubernetes==10.0.1
37     # via n2vc
38 macaroonbakery==1.3.1
39     # via
40     #   juju
41     #   theblues
42 mypy-extensions==0.4.3
43     # via typing-inspect
44 oauthlib==3.1.0
45     # via requests-oauthlib
46 paramiko==2.7.2
47     # via juju
48 protobuf==3.15.6
49     # via macaroonbakery
50 pyasn1-modules==0.2.8
51     # via google-auth
52 pyasn1==0.4.8
53     # via
54     #   juju
55     #   n2vc
56     #   pyasn1-modules
57     #   rsa
58 pycparser==2.20
59     # via cffi
60 pycrypto==2.6.1
61     # via osm-common
62 pymacaroons==0.13.0
63     # via macaroonbakery
64 pymongo==3.11.3
65     # via osm-common
66 pynacl==1.4.0
67     # via
68     #   macaroonbakery
69     #   paramiko
70     #   pymacaroons
71 pyrfc3339==1.1
72     # via
73     #   juju
74     #   macaroonbakery
75 python-dateutil==2.8.1
76     # via kubernetes
77 pytz==2021.1
78     # via pyrfc3339
79 pyyaml==5.4.1
80     # via
81     #   juju
82     #   jujubundlelib
83     #   kubernetes
84     #   osm-common
85 requests-oauthlib==1.3.0
86     # via kubernetes
87 requests==2.25.1
88     # via
89     #   kubernetes
90     #   macaroonbakery
91     #   requests-oauthlib
92     #   theblues
93 rsa==4.7.2
94     # via google-auth
95 six==1.15.0
96     # via
97     #   bcrypt
98     #   google-auth
99     #   kubernetes
100     #   macaroonbakery
101     #   protobuf
102     #   pymacaroons
103     #   pynacl
104     #   python-dateutil
105     #   websocket-client
106 theblues==0.5.2
107     # via juju
108 toposort==1.6
109     # via juju
110 typing-extensions==3.7.4.3
111     # via typing-inspect
112 typing-inspect==0.6.0
113     # via juju
114 urllib3==1.26.4
115     # via
116     #   kubernetes
117     #   requests
118 websocket-client==0.58.0
119     # via kubernetes
120 websockets==7.0
121     # via juju
122
123 # The following packages are considered to be unsafe in a requirements file:
124 # setuptools
125 #######################################################################################
126 # Copyright ETSI Contributors and Others.
127 #
128 # Licensed under the Apache License, Version 2.0 (the "License");
129 # you may not use this file except in compliance with the License.
130 # You may obtain a copy of the License at
131 #
132 #    http://www.apache.org/licenses/LICENSE-2.0
133 #
134 # Unless required by applicable law or agreed to in writing, software
135 # distributed under the License is distributed on an "AS IS" BASIS,
136 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
137 # implied.
138 # See the License for the specific language governing permissions and
139 # limitations under the License.
140 #######################################################################################