Spaces:
Sleeping
Sleeping
enotkrutoy
commited on
Commit
•
108ae0f
1
Parent(s):
b7c1b6a
Update setup.py
Browse files
setup.py
CHANGED
@@ -3,10 +3,13 @@ from setuptools import setup, find_packages
|
|
3 |
setup(
|
4 |
name="password-cracker",
|
5 |
version="0.1",
|
6 |
-
description="A simple
|
7 |
author="Your Name",
|
8 |
packages=find_packages(),
|
9 |
install_requires=[
|
10 |
-
'streamlit==1.23.1'
|
|
|
|
|
|
|
11 |
],
|
12 |
)
|
|
|
3 |
setup(
|
4 |
name="password-cracker",
|
5 |
version="0.1",
|
6 |
+
description="A simple Streamlit application for cracking passwords.",
|
7 |
author="Your Name",
|
8 |
packages=find_packages(),
|
9 |
install_requires=[
|
10 |
+
'streamlit==1.23.1',
|
11 |
+
'cowsay==5.0.0',
|
12 |
+
'rich==13.4.0',
|
13 |
+
'python-dotenv==1.0.0'
|
14 |
],
|
15 |
)
|