18F / rdbms-subsetter

Generates a subset of a relational database that respects foreign key constraints
Creative Commons Zero v1.0 Universal
313 stars 30 forks source link

PyPi version out of date #16

Closed aklaver closed 9 years ago

aklaver commented 9 years ago

I was trying this out and did:

pip install rdbms-subsetter

into a Python 2.7 virtualenv.

Running that version resulted in an issue with the Y/n confirmation. I then downloaded the zip version from here and installed it. The zip version has the Python 2.x input fix and the confirmation works.

catherinedevlin commented 9 years ago

Fixed with the 0.2.3 release. Thanks!