Skip to content
requirements.in 1.4 KiB
Newer Older
# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.


Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
APScheduler==3.10.1
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
cryptography==36.0.2
deepdiff==6.7.*
deepmerge==1.1.*
#fastcache==1.1.0
Flask==2.1.3
Flask-HTTPAuth==4.5.0
Flask-RESTful==0.3.9
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
numpy<2.0.0
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
ncclient==0.6.15
p4runtime==1.3.0
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
pandas==1.5.*
paramiko==2.9.2
python-json-logger==2.0.2
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
#pytz==2021.3
#redis==4.1.2
tabulate
ipaddress
macaddress
Pablo Armingol's avatar
Pablo Armingol committed
yattag
pyang==2.6.0
Pablo Armingol's avatar
Pablo Armingol committed
git+https://github.com/robshakir/pyangbind.git
werkzeug==2.3.7
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed

# pip's dependency resolver does not take into account installed packages.
# p4runtime does not specify the version of grpcio/protobuf it needs, so it tries to install latest one
# adding here again grpcio==1.47.* and protobuf==3.20.* with explicit versions to prevent collisions
grpcio==1.47.*
protobuf==3.20.*