-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.py
59 lines (58 loc) · 1.53 KB
/
setup.py
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
from setuptools import setup
setup(
name='Profanity Checker Setup',
version='1.0',
packages=[''],
install_requires=[
'numpy~=1.23.5',
'Pillow~=9.3.0',
'pip~=22.2.1',
'wheel~=0.38.4',
'rsa~=4.9',
'pyasn1~=0.4.8',
'gast~=0.4.0',
'h5py~=3.7.0',
'pytz~=2022.6',
'MarkupSafe~=2.1.1',
'Werkzeug~=2.2.2',
'click~=8.1.3',
'keras~=2.11.0',
'tensorflow~=2.11.0',
'six~=1.16.0',
'scipy~=1.9.3',
'pandas~=1.5.2',
'wrapt~=1.14.1',
'requests~=2.28.1',
'setuptools~=63.2.0',
'matplotlib~=3.6.2',
'cachetools~=5.2.0',
'certifi~=2022.9.24',
'urllib3~=1.26.13',
'joblib~=1.2.0',
'python-dateutil~=2.8.2',
'seaborn~=0.12.1',
'cycler~=0.11.0',
'sklearn~=0.0.post1',
'scikit-learn~=1.1.3',
'threadpoolctl~=3.1.0',
'svm~=0.1.0',
'Markdown~=3.4.1',
'oauthlib~=3.2.2',
'idna~=3.4',
'contourpy~=1.0.6',
'fonttools~=4.38.0',
'pyparsing~=3.0.9',
'termcolor~=2.1.1',
'packaging~=21.3',
'kiwisolver~=1.4.4',
'tensorboard~=2.11.0',
'flatbuffers~=22.11.23',
'astunparse~=1.6.3',
'Unidecode~=1.3.6'
],
url='',
license='MIT Licence',
author='janmayhem',
author_email='',
description='This is the setup file for the Profanity Checker '
)