We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d798ab commit 7453c66Copy full SHA for 7453c66
requirements-dev.txt
@@ -7,5 +7,8 @@ pre-commit>=3.0.0
7
pytest>=7.0.0
8
pytest-cov>=4.0.0
9
10
+# Type stubs
11
+pandas-stubs>=2.0.0
12
+
13
# Markdown linting
14
markdownlint-cli>=0.37.0
requirements.txt
@@ -1,3 +1,4 @@
1
-# Add your project dependencies here
+# Project dependencies
2
+pandas>=2.0.0
3
pandas
4
openpyxl
0 commit comments