Skip to content

Commit 5b2cb67

Browse files
committed
Upgrade to pipenv by venv reuse
1 parent 02236b7 commit 5b2cb67

File tree

2 files changed

+321
-0
lines changed

2 files changed

+321
-0
lines changed

Pipfile

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
annotated-types = "==0.6.0"
8+
asgiref = "==3.7.2"
9+
colorama = "==0.4.6"
10+
django = "==5.0.1"
11+
django-ninja = "==1.1.0"
12+
orjson = "==3.9.12"
13+
packaging = "==23.2"
14+
pltable = "==1.1.0"
15+
pydantic = "==2.5.3"
16+
pydantic-core = "==2.14.6"
17+
python-dotenv = "==1.0.0"
18+
sqlparse = "==0.4.4"
19+
typing-extensions = "==4.9.0"
20+
tzdata = "==2023.4"
21+
22+
[dev-packages]
23+
24+
[requires]
25+
python_version = "3.11"

Pipfile.lock

Lines changed: 296 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)