-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
relax pyproject dependency versions and introduce requirements.txt
closes #1011
- Loading branch information
1 parent
3221e1d
commit 16eb3fc
Showing
7 changed files
with
140 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,6 @@ flare_floss.egg-info | |
|
||
# vscode | ||
.vscode | ||
.direnv/ | ||
.env/ | ||
.envrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
annotated-types==0.7.0 | ||
binary2strings==0.1.13 | ||
black==24.4.2 | ||
cfgv==3.4.0 | ||
click==8.1.7 | ||
colorama==0.4.6 | ||
coverage==7.5.3 | ||
cxxfilt==0.2.2 | ||
distlib==0.3.8 | ||
dncil==1.0.2 | ||
filelock==3.14.0 | ||
funcy==2.0 | ||
halo==0.0.31 | ||
identify==2.5.36 | ||
iniconfig==2.0.0 | ||
intervaltree==3.1.0 | ||
isort==5.13.2 | ||
log-symbols==0.0.14 | ||
markdown-it-py==3.0.0 | ||
mdurl==0.1.2 | ||
msgpack==1.0.8 | ||
mypy==1.10.0 | ||
networkx==3.1 | ||
nodeenv==1.9.1 | ||
packaging==24.1 | ||
pathspec==0.12.1 | ||
pefile==2023.2.7 | ||
pip==24.0 | ||
platformdirs==4.2.2 | ||
pluggy==1.5.0 | ||
pre-commit==3.5.0 | ||
pyasn1==0.4.8 | ||
pyasn1-modules==0.2.8 | ||
pycodestyle==2.11.1 | ||
pycparser==2.22 | ||
pydantic==2.7.2 | ||
pydantic-core==2.18.3 | ||
pygments==2.18.0 | ||
pytest==8.2.1 | ||
pytest-cov==5.0.0 | ||
pytest-instafail==0.5.0 | ||
pytest-sugar==1.0.0 | ||
python-flirt==0.8.6 | ||
pyyaml==6.0.1 | ||
rich==13.7.1 | ||
setuptools==65.5.0 | ||
six==1.16.0 | ||
sortedcontainers==2.4.0 | ||
spinners==0.0.24 | ||
tabulate==0.9.0 | ||
termcolor==2.4.0 | ||
tqdm==4.66.4 | ||
types-pyyaml==6.0.10 | ||
types-tabulate==0.9.0.20240106 | ||
virtualenv==20.26.2 | ||
viv-utils==0.7.9 | ||
vivisect==1.1.1 |