Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

Commit 80d7c79

Browse files
committed
Add versions to Pipfile
1 parent 9dbdfce commit 80d7c79

2 files changed

Lines changed: 645 additions & 482 deletions

File tree

‎Pipfile‎

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,24 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
flask = "*"
8-
google-auth = "*"
9-
sqlalchemy = "*"
10-
flask-sqlalchemy = "*"
11-
python-dotenv = "*"
12-
uuid7 = "*"
13-
# TODO: figure out if we still need this?
14-
pyjwt = {extras = ["crypto"], version = "*"}
15-
requests = "*"
16-
gunicorn = "*"
17-
flask-seasurf = {ref = "f383b482c69e0b0e8064a8eb89305cea3826a7b6", git = "git+https://github.com/maxcountryman/flask-seasurf"}
18-
alembic = "*"
19-
authlib = "*"
20-
pymysql = "*"
21-
minio = "*"
22-
celery = {extras = ["redis"], version = "*"}
7+
authlib = "~=1.4"
8+
celery = "~=5.4"
9+
flask = "~=3.1"
10+
flask-sqlalchemy = "~=3.1"
11+
google-auth = "~=2.37"
12+
gunicorn = "~=23.0"
13+
minio = "~=7.2"
14+
pyjwt = "~=2.10"
15+
pymysql = "~=1.1"
16+
requests = "~=2.32"
17+
sqlalchemy = "~=2.0"
18+
uuid7 = "~=0.1"
2319

2420
[dev-packages]
25-
alembic = "*"
26-
pytest = "*"
27-
pytest-cov = "*"
21+
alembic = "~=1.14"
22+
pytest = "~=8.3"
23+
pytest-cov = "~=6.0"
24+
2825

2926
[requires]
3027
python_version = "3.12"

0 commit comments

Comments
 (0)