-
Notifications
You must be signed in to change notification settings - Fork 21
use_pixi #170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
use_pixi #170
Conversation
I am using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These dependencies in pixi.toml
work for me on macOS:
[dependencies]
python = ">=3.13,<4"
pyyaml = "*"
lektor = "*"
pillow = "*"
pydantic = ">=2.11.3,<3"
[pypi-dependencies]
pytanis = ">=0.8, <0.9"
Can you try on Linux?
adding pytanis to conda-forge requires
first added. And gspread-formatting shows a AttributeError: There is no sdist package on pypi for gspread-formatting. |
Personally I would not add other ways of setting up the project (since this is a pandora box, there are tons of ways on how to manage and locally develop python projects), that's why we picked the most basic way to manage the project, its dependencies and local development. Keep in mind that one has to always keep up to date with the development of the tools, I am sure that for example in a year a lot of things will have changed and should be updated, otherwise new contributors will be confused why the project uses such an outdated way of doing things. |
An alternative setup based on pixi makes my life on the MBP easier.