| 12 Nov 2023 |
Daniel García M | here is the pyproject.toml:
[tool.poetry]
name = "app"
version = "0.1.0"
description = ""
authors = ["danielg"]
readme = "README.md"
#packages = [{include = "src/scripts/*.py"}]
[tool.poetry.dependencies]
python = "^3.10"
dash = "^2.11.0"
plotly = "^5.15.0"
pandas = "^2.0.2"
dash-bootstrap-components = "^1.4.1"
python-dotenv = "^1.0.0"
pymysql = "^1.1.0"
sqlalchemy = "^2.0.17"
openpyxl = "^3.1.2"
pydantic = "^2.0"
[tool.poetry.scripts]
web-app = "poetry.console.application:main"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
| 21:33:41 |
| Daniel García M set a profile picture. | 21:34:22 |
| 13 Nov 2023 |
| svitax joined the room. | 07:04:36 |
adisbladis | Redacted or Malformed Event | 07:50:45 |
adisbladis | Pdm2nix is now feature complete | 07:51:34 |
K900 | So cool | 07:52:24 |
K900 | I should try it on one of my projects | 07:52:29 |
K900 | At some point | 07:52:31 |
adisbladis | =) | 07:52:50 |
adisbladis | I want to rebuild poetry2nix with the same ux | 07:52:58 |
adisbladis | As "just" an overlay generator | 07:53:14 |
adisbladis | Fresh docs: https://adisbladis.github.io/pdm2nix/ | 11:53:53 |
FRidh | A while ago the flake interface for poetry2nix changed. Is there a description somewhere about how to use it now? | 13:07:21 |
FRidh | In reply to @FRidh:matrix.org A while ago the flake interface for poetry2nix changed. Is there a description somewhere about how to use it now? OK this was kind of what I was looking for
inherit (poetry2nix.lib.mkPoetry2Nix { inherit pkgs; }) mkPoetryPackages mkPoetryEnv overrides;
| 13:24:57 |
| 14 Nov 2023 |
| jonge joined the room. | 10:30:53 |
| 15 Nov 2023 |
| @kranzes:matrix.org joined the room. | 12:40:46 |
| @grahamc:nixos.orgchanged room power levels. | 16:15:53 |
| @grahamc:nixos.org | 16:35:58 |
| @grahamc:nixos.org | 16:38:47 |
| @grahamc:nixos.org left the room. | 16:39:44 |
| @qyliss:fairydust.space joined the room. | 17:31:47 |
| NixOS Moderation Botchanged room power levels. | 18:12:46 |
| NixOS Moderation Botchanged room power levels. | 18:12:46 |
| @eisfunke:eisfunke.com changed their profile picture. | 22:41:06 |
| 16 Nov 2023 |
| dustee joined the room. | 09:00:40 |
dustee | guys i need help, im not sure what im doing wrong. in my project i did 'nix flake init --template github:nix-community/poetry2nix' then 'nix develop | 09:04:00 |
dustee | * guys i need help, im not sure what im doing wrong. in my project i did 'nix flake init --template github:nix-community/poetry2nix' then 'nix develop' then added packages with 'poetry add ...' then i could run 'poetry run python main.py' successfully | 09:04:35 |
dustee | however when i exit the shell and reenter, the packages are trying to be built with nix and they all fail | 09:04:59 |
K900 | What packages? | 09:05:32 |
dustee | im going through the edgecases readme and im just getting dozens of errors, adding setuptools to all packages, etc | 09:05:39 |