-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPipfile
43 lines (40 loc) · 883 Bytes
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
praw = "*"
"ruamel.yaml" = "*"
requests = "*"
tqdm = "*"
"beautifulsoup4" = "*"
colorlog = "*"
colorama = "*"
#psycopg2 = "*"
soupsieve = "==1.9"
xlsxwriter = "*"
yfinance = "*"
psutil = "*"
humanfriendly = "*"
click = "*"
psycopg = {extras = ["binary"], version = "*"}
pyjwt = {extras = ["crypto"], version = "*"}
pyte = "*"
pillow = "*"
azure-identity = "*"
azure-mgmt-kubernetesconfiguration = "*"
kubernetes = "*"
slack-sdk = "*"
aiohttp = "*"
docker = "*"
python-dateutil = "*"
durations-nlp = "*"
cryptography = "*"
imageio = {extras = ["ffmpeg"], version = "*"}
cloup = "*"
cron-descriptor = "*"
tabulate = {ref = "3b2b69505b3962ace99ac69ee96da1224b477f1a", git = "git+https://github.com/gschizas/python-tabulate.git"}
word2number = "*"
[dev-packages]
[requires]
python_version = "3.11"