Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove dependency on pip internals #1439

Merged
merged 2 commits into from Mar 22, 2018
Merged

remove dependency on pip internals #1439

merged 2 commits into from Mar 22, 2018

Commits on Mar 19, 2018

  1. remove dependency on pip internals

    closes #1438
    nomad2k committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    be5e689 View commit details
    Browse the repository at this point in the history
  2. clean up requirements.txt

    argparse - remove, now part of Pythons stdlib in Python 2.7 and 3.4+
    backports.csv - only required for Python 2
    ipaddress - only required for Python < 3.3
    nomad2k committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    e6966c0 View commit details
    Browse the repository at this point in the history