-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
40 lines (37 loc) · 825 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = "==2.31.0"
python-telegram-bot = "==20.6"
apscheduler = "==3.10.4"
google-api-python-client = "==2.105.0"
python-dotenv = "==1.0.0"
anyio = "==4.0.0"
cachetools = "==5.3.2"
certifi = "==2023.7.22"
charset-normalizer = "==3.3.1"
google-api-core = "==2.12.0"
google-auth = "==2.23.3"
google-auth-httplib2 = "==0.1.1"
googleapis-common-protos = "==1.61.0"
h11 = "==0.14.0"
httpcore = "==0.18.0"
httplib2 = "==0.22.0"
httpx = "==0.25.0"
idna = "==3.4"
protobuf = "==4.24.4"
pyasn1 = "==0.5.0"
pyasn1-modules = "==0.3.0"
pyparsing = "==3.1.1"
pytz = "==2023.3.post1"
rsa = "==4.9"
six = "==1.16.0"
sniffio = "==1.3.0"
tzlocal = "==5.2"
uritemplate = "==4.1.1"
urllib3 = "==2.0.7"
[dev-packages]
[requires]
python_version = "3.11"