Add stubs for python-datemath (#5765)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
kasium
2023-01-11 01:04:07 +01:00
committed by GitHub
parent e2d67bf703
commit 5e1632be49
3 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
version = "1.5.*"
# Requires a version of arrow with a `py.typed` file
requires = ["arrow>=1.0.1"]