Code Monkey home page Code Monkey logo

Comments (2)

guyzmo avatar guyzmo commented on May 23, 2024

Hi!

thank you for doing it, I'm also an arch user (though I don't install python packages from AUR, I prefer using pip directly).

In the requirements.txt, not all requirements are mandatory, but some are. Here's a detail.

Those two have a pretty stable API, and I'm not expecting them to break the build anytime soon, so it should be ok.

docopt
progress==1.2

That one got unmaintained, so with all the dust there's on the 0.5, it's safe to make less constrained… But there's no impact on leaving it as is ☺

bitbucket-api==0.5.0

GitPython burnt my build once, but since 2.0.6 it should be ok.

GitPython>=2.0.6

As gitlab is planning a major change in the API, there are chances that this one might break soon (or maybe it might support both version of the API…). Though I just ran a test, and they all are 👌 with 0.16.

python-gitlab==0.13

Though, those two shall be kept as is, because uritemplate.py changed name recently into uritemplate and github3.py is pointing to uritemplate.py not uritemplate. I believe that with the next major version (I guess 1.0.0), github3.py will point to uritemplate and then we should be safe.

uritemplate.py==2.0.0
github3.py==0.9.5

as a conclusion, I might change to:

docopt
progress
bitbucket-api>=0.5.0
GitPython>=2.0.6
python-gitlab>=0.13
uritemplate.py==2.0.0
github3.py==0.9.5

from git-repo.

luckynum7 avatar luckynum7 commented on May 23, 2024

Hi,

Since there is an enhancement plan #43, bitbucket-api==0.5.0 should be good.

Those two, I can wait until the upgrade. Thanks a lot.

uritemplate.py==2.0.0
github3.py==0.9.5

from git-repo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.