Spaces:
Sleeping
Sleeping
Merge pull request #11 from umbc-scify/auth-setup
Browse files- .gitignore +2 -1
- requirements.txt +1 -0
.gitignore
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
*.DS_Store
|
2 |
-
.streamlit/secrets.toml
|
|
|
|
1 |
*.DS_Store
|
2 |
+
.streamlit/secrets.toml
|
3 |
+
config.py
|
requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
bcrypt==4.2.1
|