-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
52 lines (42 loc) · 1.21 KB
/
requirements.txt
File metadata and controls
52 lines (42 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# RepoReadme - Automatic README Generator
# Core dependencies for repository analysis and README generation
# GitHub/GitLab API access
PyGithub>=1.55.0
python-gitlab>=3.0.0
requests>=2.28.0
aiohttp>=3.8.0
# GUI framework
# tkinter is included with Python by default
# File processing and parsing
PyYAML>=6.0
toml>=0.10.0
python-frontmatter>=1.0.0
# Markdown processing and generation
markdown>=3.4.0
jinja2>=3.0.0
# Code analysis and detection
gitpython>=3.1.0
# Template and documentation
mistune>=2.0.0
pygments>=2.10.0
# Utility libraries
python-dateutil>=2.8.0
colorama>=0.4.0
keyring>=24.0.0
# Optional dependencies (install if needed)
# pandas>=2.0.0
# tabulate>=0.9.0
# pillow>=10.0.0
# beautifulsoup4>=4.12.0
# lxml>=4.9.0
# PDF generation dependencies for Profile Builder (optional)
# Choose one or more based on your system:
# weasyprint>=60.0 # Recommended for high-quality PDF generation
# playwright>=1.40.0 # Browser automation for PDF export
# wkhtmltopdf # Command-line tool (install separately)
# Note: Chrome/Chromium browser can also be used (no pip install needed)
# Development and testing (optional)
# pytest>=7.0.0
# pytest-cov>=4.0.0
# black>=23.0.0
# flake8>=6.0.0