-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.toml
More file actions
45 lines (39 loc) · 1.22 KB
/
dev.toml
File metadata and controls
45 lines (39 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Rename to build dev version
# This is dev version
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "je_editor_dev"
version = "1.0.11"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
]
description = "JEditor is basic but powerful editor include GPT"
requires-python = ">=3.10"
license-files = ["LICENSE"]
dependencies = [
"PySide6==6.11.0", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi",
"qtconsole", "langchain_openai==1.1.12", "langchain==1.2.13", "pydantic", "watchdog", "ruff", "gitpython"
]
classifiers = [
"Programming Language :: Python :: 3.10",
"Development Status :: 2 - Pre-Alpha",
"Environment :: Win32 (MS Windows)",
"Environment :: MacOS X",
"Environment :: X11 Applications",
"Operating System :: OS Independent"
]
[project.urls]
Homepage = "https://github.com/JE-Chen/je_editor"
Documentation = "https://je-editor.readthedocs.io/en/latest/"
Code = "https://github.com/JE-Chen/je_editor"
[project.readme]
file = "README.md"
content-type = "text/markdown"
[tool.pytest.ini_options]
testpaths = ["test"]
qt_api = "pyside6"
addopts = "--ignore=test/qt_ui"
[tool.setuptools.packages]
find = { namespaces = false }