Add a few more upstream_repository URLs (#10489)

This commit is contained in:
Akuli
2023-07-20 18:23:19 +03:00
committed by GitHub
parent 26e8b9c68a
commit 754473a30d
7 changed files with 7 additions and 0 deletions

View File

@@ -1 +1,2 @@
version = "0.6.*"
upstream_repository = "https://github.com/roy-ht/editdistance"

View File

@@ -1,4 +1,5 @@
version = "3.1.*"
upstream_repository = "https://foss.heptapod.net/openpyxl/openpyxl"
partial_stub = true
[tool.stubtest]

View File

@@ -1,2 +1,3 @@
version = "0.2.*"
upstream_repository = "https://bitbucket.org/dundeemt/pysftp"
requires = ["types-paramiko"]

View File

@@ -1 +1,2 @@
version = "3.0.*"
upstream_repository = "https://gitlab.com/doctormo/python-crontab"

View File

@@ -1,4 +1,5 @@
version = "2.12.*"
upstream_repository = "https://github.com/tensorflow/tensorflow"
# requires a version of numpy with a `py.typed` file
requires = ["numpy>=1.20", "types-protobuf"]
partial_stub = true

View File

@@ -1 +1,2 @@
version = "1.10"
upstream_repository = "https://gitlab.com/ericvsmith/toposort"

View File

@@ -1 +1,2 @@
version = "0.9.*"
upstream_repository = "https://github.com/eventable/vobject"