NeonGeckoCom / neon_api_proxy

Proxy to forward requests to external API's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circular dependency neon_mq_connector

NeonBohdan opened this issue · comments

neon-utils has requirements

neon_mq_connector~=0.2
neon_api_proxy~=0.2,>=0.2.1a4

but neon-api-proxy has requirements

neon_utils~=0.13
neon_mq_connector~=0.3.0

This causes deps conflict in neon_mq_connector, if it wasn't installed previosly
Need to update to something like neon_mq_connector~=0.3, if possible