Coder Social home page Coder Social logo

Comments (3)

simonw avatar simonw commented on May 24, 2024

Replicated this myself:

cd /tmp
mkdir dddd
cd dddd
pipenv shell
pip install datasette
pip freeze | grep click
click==8.1.7
click-default-group==1.2.4
click-default-group-wheel==1.2.3

Yeah this is bad, I'll ship a 0.64.5 release.

from datasette.

simonw avatar simonw commented on May 24, 2024

Confirmed - I ran this in a fresh virtual environment:

pip install --no-cache datasette

And now:

pip freeze | grep click
click==8.1.7
click-default-group==1.2.4
datasette --version
datasette, version 0.64.5

from datasette.

simonw avatar simonw commented on May 24, 2024

https://lite.datasette.io/?install=datasette-packages#/-/packages confirms that Datasette Lite still works (click-default-group-wheel was originally built to allow it to run) and that it's now using these packages:

    "click-default-group": "1.2.4",
    "datasette": "0.64.5",

Full list:

{
    "aiofiles": "23.2.1",
    "anyio": "3.7.1",
    "asgi-csrf": "0.9",
    "asgiref": "3.7.2",
    "certifi": "2022.12.7",
    "click": "8.1.3",
    "click-default-group": "1.2.4",
    "datasette": "0.64.5",
    "datasette-packages": "0.2",
    "h11": "0.12.0",
    "httpcore": "0.15.0",
    "httpx": "0.23.0",
    "hupper": "1.12",
    "idna": "3.4",
    "itsdangerous": "2.1.2",
    "janus": "1.0.0",
    "Jinja2": "3.1.2",
    "MarkupSafe": "2.1.2",
    "mergedeep": "1.3.4",
    "micropip": "0.3.0",
    "packaging": "23.0",
    "Pint": "0.22",
    "pip": "23.2.1",
    "pluggy": "1.0.0",
    "pyparsing": "3.0.9",
    "python-multipart": "0.0.6",
    "PyYAML": "6.0",
    "rfc3986": "1.5.0",
    "setuptools": "67.6.1",
    "sniffio": "1.3.0",
    "typing-extensions": "4.5.0",
    "uvicorn": "0.23.2"
}

from datasette.

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.