Commit Graph

9 Commits

Author SHA1 Message Date
dependabot[bot]
f7c2512188 ---
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
a719d80eff Upgrade debugger to debugpy 2023-11-17 02:00:32 +01:00
Eric Ye
034fd94a36 Change ladybug to latest ladybug-core 2023-09-09 13:58:16 -07:00
dependabot[bot]
134bcdd0fe 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
66acca4c71 Update requirements.txt with pipreqs . --ignore ./build,./src/Mod/Import/App/ 2023-03-27 11:00:08 +02:00
mosfet80
31dc0e3dd0 Update requirements.txt
remove python1-2 matplotlib required version
2022-02-26 22:00:47 +01:00
Matsievskiy S.V
07db27d0dd 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
d93f0c7f86 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
550ae22986 Create requirements.txt
__pip install -r requirements.txt__
2019-01-09 10:32:44 +01:00