-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
52 lines (51 loc) · 1.19 KB
/
setup.cfg
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
[metadata]
name = Kates Grocery List Maker
version = 1.0.0
author = Matthew Volpe
author_emial = [email protected]
url = https://github.com/mVolpe94
description = A grocery list maker for my wife
long_description = file: README.md
keywords = grocery, list, google keep, meal, ingredient
license = MIT License
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >=3.11
install_requires =
cachetools==5.3.0
certifi==2022.12.7
charset-normalizer==3.0.1
colorama==0.4.6
et-xmlfile==1.1.0
future==0.18.3
gkeepapi==0.14.2
google-api-core==2.11.0
google-api-python-client==2.77.0
google-auth==2.16.0
google-auth-httplib2==0.1.0
googleapis-common-protos==1.58.0
gpsoauth==1.0.2
httplib2==0.21.0
idna==3.4
inflect==6.0.2
jsonpickle==3.0.1
numpy==1.24.1
openpyxl==3.0.10
pandas==1.5.3
pipreq==0.4
protobuf==4.21.12
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycryptodomex==3.17
pydantic==1.10.4
pyparsing==3.0.9
python-dateutil==2.8.2
pytz==2022.7.1
requests==2.28.2
rsa==4.9
six==1.16.0
typing_extensions==4.4.0
uritemplate==4.1.1
urllib3==1.26.14