Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Fix dependencies #516

Merged
merged 2 commits into from
May 14, 2018
Merged

Fix dependencies #516

merged 2 commits into from
May 14, 2018

Conversation

cmc333333
Copy link
Member

Newer versions of futures will explode if trying to install into Python 3, so this limits installation to appropriate versions of Python. Unfortunately, the syntax used was only added to setuptools in 2016, so this also adds a note about updating that.

CM Lubinski added 2 commits May 14, 2018 11:36
Recent versions of `futures` are no longer compatible with python 3, which
causes error on fresh installation. This resolves by limiting when `futures`
and `enum34` (which has similar version dependencies) are installed.
Support for environment markers was added in the first half of 2016, but
there's no guarantee that's up to date on the user's system.
Copy link
Contributor

@tadhg-ohiggins tadhg-ohiggins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 (using that emoji despite the shade cast in its direction at certain PyCon 2018 talks).

@cmc333333
Copy link
Member Author

Thanks @tadhg-ohiggins !

@cmc333333 cmc333333 merged commit 575226b into eregs:master May 14, 2018
cmc333333 pushed a commit to cmc333333/regulations-site that referenced this pull request May 15, 2018
Bug Fixes
* Ensure compatibility with recent versions of futures/enum34 eregs#516
* Avoid 500 when missing data eregs#515 (thanks to first time contributor,
 @lbeaufort!)
* Fix bug which would turn &section links into §
@cmc333333 cmc333333 mentioned this pull request May 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants