加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitmodules 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
frankyj915 提交于 2021-04-08 10:05 . 引用gitee的仓库
[submodule "third_party/bottle"]
path = third_party/bottle
url = https://gitee.com/frankyj915/bottle
[submodule "third_party/waitress"]
path = third_party/waitress
url = https://gitee.com/frankyj915/waitress
[submodule "third_party/requests"]
path = third_party/requests_deps/requests
url = https://gitee.com/frankyj915/requests
[submodule "third_party/jedi"]
path = third_party/jedi_deps/jedi
url = https://gitee.com/frankyj915/jedi
[submodule "third_party/jedi_deps/numpydoc"]
path = third_party/jedi_deps/numpydoc
url = https://gitee.com/frankyj915/numpydoc
[submodule "third_party/parso"]
path = third_party/jedi_deps/parso
url = https://gitee.com/frankyj915/parso
[submodule "third_party/urllib3"]
path = third_party/requests_deps/urllib3
url = https://gitee.com/frankyj915/urllib3
[submodule "third_party/chardet"]
path = third_party/requests_deps/chardet
url = https://gitee.com/frankyj915/chardet
[submodule "third_party/certifi"]
path = third_party/requests_deps/certifi
url = https://gitee.com/frankyj915/python-certifi
[submodule "third_party/idna"]
path = third_party/requests_deps/idna
url = https://gitee.com/frankyj915/idna
[submodule "third_party/watchdog_deps/pathtools"]
path = third_party/watchdog_deps/pathtools
url = https://gitee.com/frankyj915/pathtools
[submodule "third_party/watchdog"]
path = third_party/watchdog_deps/watchdog
url = https://gitee.com/frankyj915/watchdog
[submodule "third_party/mrab-regex"]
path = third_party/mrab-regex
url = https://gitee.com/frankyj915/mrab-regex.git
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化