forked from qgis/QGIS-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
34 lines (31 loc) · 649 Bytes
/
Pipfile
File metadata and controls
34 lines (31 loc) · 649 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
atoma = "==0.0.17"
attrs = "==22.2.0"
beautifulsoup4 = "==4.11.1"
bs4 = "==0.0.1"
certifi = "==2022.12.7"
charset-normalizer = "==2.1.1"
defusedxml = "==0.7.1"
exceptiongroup = "==1.1.0"
idna = "==3.4"
iniconfig = "==1.1.1"
lxml = "==4.9.2"
packaging = "==22.0"
pluggy = "==1.0.0"
pydantic = "==1.10.4"
pytest = "==7.2.0"
python-dateutil = "==2.8.2"
requests = "==2.28.1"
rss-parser = "==0.2.4"
six = "==1.16.0"
soupsieve = "==2.3.2.post1"
tomli = "==2.0.1"
typing-extensions = "==4.4.0"
urllib3 = "==1.26.13"
[dev-packages]
[requires]
python_version = "3.10"