Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chagenvik committed Jan 7, 2025
1 parent c0e628f commit 11b1e4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
9 changes: 2 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,22 @@ jaraco.context==6.0.1
jaraco.functools==4.1.0
keyring==25.6.0
markdown-it-py==3.0.0
maturin==1.8.1
mdurl==0.1.2
more-itertools==10.5.0
nh3==0.2.20
numpy==2.0.2
packaging==24.2
pandas==2.2.3
pathspec==0.12.1
pkginfo==1.12.0
pluggy==1.5.0
Pygments==2.18.0
Pygments==2.19.1
pytest==8.3.4
python-dateutil==2.9.0.post0
pytz==2024.2
pywin32-ctypes==0.2.3
readme_renderer==44.0
requests==2.32.3
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.9.4
six==1.17.0
twine==6.0.1
tzdata==2024.2
urllib3==2.3.0
zipp==3.21.0

0 comments on commit 11b1e4b

Please sign in to comment.