-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
40 lines (38 loc) · 798 Bytes
/
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
[metadata]
name = smartcommit
version = 1.0.0
[options]
packages = smartcommit
install_requires =
certifi==2022.12.7
charset-normalizer==2.1.1
click==8.1.3
colorama==0.4.6
commonmark==0.9.1
et-xmlfile==1.1.0
idna==3.4
inquirerpy==0.3.4
numpy==1.23.5
openai==0.25.0
openpyxl==3.0.10
pandas==1.5.2
pandas-stubs==1.5.2.221124
pfzy==0.3.4
prompt-toolkit==3.0.36
Pygments==2.13.0
python-dateutil==2.8.2
pytz==2022.6
regex==2022.10.31
requests==2.28.1
rich==12.6.0
shellingham==1.5.0
six==1.16.0
tqdm==4.64.1
typer==0.7.0
types-pytz==2022.6.0.1
typing_extensions==4.4.0
urllib3==1.26.13
wcwidth==0.2.5
[options.entry_points]
console_scripts =
scommit = smartcommit.smartcommit:main