Commit a5fc98d1 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Simap Connector:

- Added python dependencies for Kafka and CockroachDB
parent f51c73ed
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -13,3 +13,8 @@
# limitations under the License.

requests==2.27.*
kafka-python==2.0.*
psycopg2-binary==2.9.*
SQLAlchemy==1.4.*
sqlalchemy-cockroachdb==1.4.*
SQLAlchemy-Utils==0.38.*