OpenGovAus / legistream-site

🇦🇺 The easiest way to watch Aussie parliaments live
https://legistream.org
GNU Affero General Public License v3.0
9 stars 1 forks source link

Dependency incompatibility #20

Closed connorhsm closed 2 years ago

connorhsm commented 3 years ago

requests 2.25.1 requires idna<3,>=2.5, but you'll have idna 3.1 which is incompatible.

It's possible this repo doesn't directly require these instead they're required by our dependencies, it may be a good idea to review dependencies and possibility consider python-poetry.org/ over virtualenv/pip.

king-millez commented 3 years ago

Poetry is worth a look, I think those modules are required by legistream-backend, but pip doesn't install them properly so I just made them dependencies for the site which works fine.