diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9b38853 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "python.testing.pytestArgs": [ + "tests" + ], + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index edbc96b..7c235e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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