mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-05 23:16:33 -06:00
21 lines
298 B
TOML
21 lines
298 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
click = "~=7.1.2"
|
|
requests = "~=2.24.0"
|
|
beautifulsoup4 = "~=4.9.1"
|
|
markupsafe = "<2.1.0"
|
|
unidecode = "*"
|
|
lxml = "*"
|
|
rich = "*"
|
|
python-dotenv = "*"
|
|
imghdr = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.8"
|