Git Product home page Git Product logo

Comments (6)

pydis-bot avatar pydis-bot commented on June 2, 2024

Comment from Mark:

changed title from Update Pip{-e-}file.lock to Update Pipfile.lock

from bot.

pydis-bot avatar pydis-bot commented on June 2, 2024

Comment from Scragly:

Agreed. 1 and 2 were things I noticed when I first loaded the project up too, along with the fact that the discord.py package should be named discord-py in the Pipfile, not discord.

In a personal project's Pipfile, I have discord.py listed with:

discord-py = {git="https://github.com/Rapptz/discord.py.git", ref="rewrite", editable=true}

but as you stated, a commit ref will work perfectly fine:

discord-py = {git="https://github.com/Rapptz/discord.py.git", ref="860d6a9ace8248dfeec18b8b159e7b757d9f56bb", editable=true}

The editable flag should be ensured to be added, as without it, it sometimes doesn't update the package on ref change, same with the package's dependency updates.

from bot.

pydis-bot avatar pydis-bot commented on June 2, 2024

Comment from Mark:

Just noticed that the name is currently discord and not discord-py in the Pipfile too. By the way, I think the dash is preferred over the dot, for now at least, since there is a bug with pipenv for packages with a . (or a select few other symbols) in the name.

from bot.

pydis-bot avatar pydis-bot commented on June 2, 2024

Comment from Gareth Coles:

The package is named discord, though. It's also named that on pypi.

from bot.

pydis-bot avatar pydis-bot commented on June 2, 2024

Comment from Mark:

No it isn't:

from bot.

pydis-bot avatar pydis-bot commented on June 2, 2024

Comment from Gareth Coles:

Huh, weird. I thought it was.

from bot.

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.