Skip to content

Conversation

@bibajz
Copy link

@bibajz bibajz commented Jul 14, 2020

Library was not functioning with swapi.settings.BASE_URL set to swapi.co/api.

This PR

  • replaces all mentions of swapi.co with swapi.dev
  • unpins the version requirements for installation
  • bumps the version to 0.2.0

Copy link

@pangolp pangolp left a comment

Choose a reason for hiding this comment

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

Leave 1 question and a recommendation. But I think the pull request would be fine.


# IDEs
.idea
.code
Copy link

Choose a reason for hiding this comment

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

I would add the line break. The rest is fine with me.

requirements = [
'requests==2.5.0', 'six==1.8.0', 'ujson==1.33'
]
requirements = ['requests', 'six', 'ujson']
Copy link

Choose a reason for hiding this comment

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

Couldn't this generate a conflict in the future if the libraries were updated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants