generated from rochacbruno/flask-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
52 lines (49 loc) · 1.01 KB
/
Pipfile
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
openai = "0.27.8"
flask = "2.3.2"
flask-admin = "1.6.1"
dynaconf = "3.2.1"
flask-sqlalchemy = "3.0.5"
sqlalchemy-serializer = "*"
flask-migrate = "4.0.4"
flask-cors = "4.0.0"
apiflask = "2.0.0"
pyjwt = "2.8.0"
flask-jwt-extended = "4.5.2"
gunicorn = "21.2.0"
python-dateutil = "2.8.2"
langchain = "0.0.262"
mysqlclient = "2.2.0"
tiktoken = "*"
celery = "*"
redis = {version = "*", extras = ["hiredis"]}
rich = "*"
gevent = "*"
flask-bcrypt = "*"
sentry-sdk = "1.33.1"
flask-caching = "*"
sqlalchemy = "2.0.23"
[dev-packages]
ipython = "8.14.0"
black = "23.7.0"
mypy = "1.4.1"
pytest = {extras = ["toml"], version = "7.4.0"}
isort = "5.12.0"
coverage = "7.2.7"
faker = "19.3.0"
flask-shell-ipython = "0.5.1"
ipdb = "0.13.13"
python-dotenv = "1.0.0"
pytest-flask = "1.2.0"
pytest-cov = "4.1.0"
gitchangelog = "3.0.4"
codecov = "2.1.13"
types-setuptools = "68.0.0.3"
ruff = "0.0.283"
[requires]
python_version = "3.10"
python_full_version = "3.10.5"