-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPipfile
60 lines (58 loc) · 1.49 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
53
54
55
56
57
58
59
60
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = ">=5"
django-environ = "*"
pytest-django = "*"
pytest = "*"
pytest-cov = "*"
requests = "*"
defusedxml = "*"
requests-mock = "*"
djangorestframework = {editable = true, git = "https://github.com/encode/django-rest-framework.git"}
binance-connector = "*"
django-nested-admin = "*"
pandas = "*"
psycopg2 = "*"
django-redis = "*"
django-mathfilters = "*"
daphne = "*"
channels = "*"
channels-redis = "*"
psycopg = {extras = ["binary", "pool"], version = "*"}
statsmodels = "*"
supervisor = "*"
uwsgi = "*"
encore = "*"
pytest-asyncio = "*"
pytest-xdist = "*"
twisted = {extras = ["http2", "tls"], version = "*"}
drf-spectacular = "*"
asgiref = "*"
asyncio = "*"
celery = {extras = ["redis"], version = "*"}
django-celery-results = "*"
django-celery-beat = {editable = true, git = "https://github.com/celery/django-celery-beat.git"}
python-crontab = "*"
pytest-celery = "*"
django-axes = {version = "*", extras = ["ipware"]}
django-clearcache = "*"
django-ratelimit = "*"
django-ai = {ref = "tradero", editable = true, git = "https://github.com/math-a3k/django-ai.git"}
pipenv = "==v2023.7.23"
pytest-env = "*"
django-websocketclient = {git = "https://github.com/math-a3k/django-websocketclient"}
beautifulsoup4 = "*"
websockets = "*"
pip = "*"
install = "*"
django-bootstrap-v5 = {git = "https://github.com/math-a3k/django-bootstrap-v5.git"}
[dev-packages]
pre-commit = "*"
isort = "*"
black = "*"
pycln = "*"
sphinx = "*"
ipdb = "*"