nicolewhite / cycli

A Command Line Interface for Neo4j's Cypher.
MIT License
271 stars 25 forks source link

do not pin packages in setup.py #68

Open woutervh opened 5 years ago

woutervh commented 5 years ago

a package should specify minimum-dependencies it should not do exact pinning in setup.py.

If I install this package in my virtual-env, it will upgrade certain packages that will break my setup, while not necessarily breaking cycli.