71d5661bd8
## Summary This was brought up on Twitter recently. `dotenv` hasn't been updated in years and doesn't build successfully anymore. Users almost always mean to install `python-dotenv`. I think we can add helpful hints here to point users in the right direction. ## Test Plan 
13 lines
227 B
TOML
13 lines
227 B
TOML
[package]
|
|
name = "uv-console"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
description = "Utilities for interacting with the terminal"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
ctrlc = { workspace = true }
|
|
console = { workspace = true }
|