-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
Description
(Was: Deal with Fluidity dependency)
This desc is out of date, see this comment below for new game plan.
Original desc follows.
We're using Fluidity for state machine fun, but their packaging is FUBARed right now: version 0.2.1 has a useful-for-debugging hook not in 0.2.0, but 0.2.1 is not actually tagged or on PyPI so it's not possible (AFAIK) to obtain it via a regular pip install.
I'll ping the devs there but if they are unable to comply, options are:
- Vendorize it. Meh. Always annoying re: syncing with upstream. OTOH it's not a big or complex package nor is it heavily developed, so.
- Publish our own copy of it, either via Github tag-url or another name on PyPI. Also meh, but useful if we ever needed to fork it for real sometime (unlikely.)