Skip to content

Commit 6e8dd52

Browse files
committed
use pipenv and 3.12
1 parent 686897a commit 6e8dd52

File tree

4 files changed

+440
-5
lines changed

4 files changed

+440
-5
lines changed

Pipfile

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
beautifulsoup4 = "==4.12.3"
8+
flask = "==3.0.3"
9+
pycountry = "==24.6.1"
10+
pydantic = "==2.9.2"
11+
requests = "==2.32.3"
12+
13+
[dev-packages]
14+
15+
[requires]
16+
python_version = "3.12"

0 commit comments

Comments
 (0)