Commit Graph

9 Commits

Author SHA1 Message Date
dependabot[bot]
0de07a9fc4 ---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 10:57:45 -05:00
Pesc0
6fe6cbe4b7 Upgrade debugger to debugpy 2023-11-17 02:00:32 +01:00
Eric Ye
f1d934ca6e Change ladybug to latest ladybug-core 2023-09-09 13:58:16 -07:00
dependabot[bot]
0f9cda59af Bump requests from 2.28.2 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-08 14:58:21 +00:00
Pesc0
e2b2ea0640 Update requirements.txt with pipreqs . --ignore ./build,./src/Mod/Import/App/ 2023-03-27 11:00:08 +02:00
mosfet80
b2966a51ca Update requirements.txt
remove python1-2 matplotlib required version
2022-02-26 22:00:47 +01:00
Matsievskiy S.V
fc10827719 Addon Manager: change lookup mechanism
Switch addon lookup mechanism from parsing html page to extracting info
from .gitmodules file.
This simplifies logic and allows using non-Github repos.

Readme for Github repos are extracted from HTML pages using regex.

Gitlab pages are converted to HTML using Python Markdown lib if present,
falling back to displaying raw markdown.
In this case image links are converted from relative to absolute paths.
2020-10-01 09:53:34 +02:00
cclauss
511a9edae8 matplotlib, PySide, Shiboken, six
* https://pypi.org/project/matplotlib
* https://pypi.org/project/pyside
* https://pypi.org/project/shiboken
* https://pypi.org/project/six
2019-01-09 10:32:44 +01:00
cclauss
fb08dce8d4 Create requirements.txt
__pip install -r requirements.txt__
2019-01-09 10:32:44 +01:00