Giter Site home page Giter Site logo

Missing requirements.txt about notion-sdk-py HOT 6 CLOSED

aahnik avatar aahnik commented on May 18, 2024
Missing requirements.txt

from notion-sdk-py.

Comments (6)

aahnik avatar aahnik commented on May 18, 2024

requirements.txt is required for GitHub to generate dependency graphs. Github dependabot can alert us of any critical security updates in any package we depend on.

from notion-sdk-py.

ramnes avatar ramnes commented on May 18, 2024

IIRC dependabot can already parse setup.py. GitHub dependency graph is not really important to me, and I'd rather not duplicate the dependencies for this sole benefit. Although maybe it's smart enough to support a "fake" requirements.txt containing only something like -e .?

from notion-sdk-py.

aahnik avatar aahnik commented on May 18, 2024

If requirements.txt is there, then the developer can do

pip install -r requirements.txt

For the end-user, who will pip install notion-client , this does not matter. But for people who will clone this repo, create a virtual env, and start developing, they need to need to manually install all required packages required by the notion-client.

Currently notion-client only depends on httpx, (so i need to pip install httpx) but in the future, as we provide more features, we may need other dependencies, then pip install x y z may become cumbersome.

It will be great, if a contributing guidelines is written, for new developers who want to contribute to this repo.

from notion-sdk-py.

ramnes avatar ramnes commented on May 18, 2024

Yeah, I do agree that a requirements.txt file makes contributing easier by respecting people habits. :) What I don't want is to duplicate the list of dependencies, hence the -e . suggestion, which I think would make everyone happy.

from notion-sdk-py.

aahnik avatar aahnik commented on May 18, 2024

yes, that's right. But once, editable installs are available for pyproject.toml, I think, we should move to poetry.

from notion-sdk-py.

ramnes avatar ramnes commented on May 18, 2024

Yeah maybe, let's discuss it again when that happens. Thanks for your contribution!

from notion-sdk-py.

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.