-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
29 lines (26 loc) · 729 Bytes
/
Copy pathPipfile
File metadata and controls
29 lines (26 loc) · 729 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = ">=7.3.0,<7.4"
coverage = ">=7.10.6,<7.11"
flower = ">=2.0.1,<2.1"
selenium = ">=4.35.0,<4.36"
[packages]
django = ">=5.2.6,<5.3"
djangorestframework = ">=3.16.1,<3.17"
psycopg2-binary = ">=2.9.10,<2.10"
vk-api = ">=11.10.0,<11.11"
djangorestframework-camel-case = ">=1.4.2,<1.5"
celery = {extras = ["redis"],version = ">=5.5.3,<5.6"}
django-celery-beat = ">=2.8.1,<2.9"
channels = ">=4.3.1,<4.4"
channels-redis = ">=4.3.0,<4.4"
whitenoise = ">=6.10.0,<6.11"
dj-database-url = ">=3.0.1,<3.1"
sentry-sdk = ">=2.37.1,<2.38"
google-api-python-client = ">=2.181.0,<2.182"
daphne = ">=4.2.1,<4.3"
[requires]
python_version = "3.13"