Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -9,11 +9,11 @@ websockets>=10.0
|
|
9 |
argparse>=1.1
|
10 |
|
11 |
# File system fun and timestamp trickery ⏰
|
12 |
-
os>=0.5.0
|
13 |
-
datetime>=4.3
|
14 |
|
15 |
# Randomness for username roulette 🎲
|
16 |
-
random>=3.2
|
17 |
|
18 |
# Uvicorn for serving up the app hot and fresh 🍳
|
19 |
uvicorn>=0.15.0
|
|
|
9 |
argparse>=1.1
|
10 |
|
11 |
# File system fun and timestamp trickery ⏰
|
12 |
+
#os>=0.5.0
|
13 |
+
#datetime>=4.3
|
14 |
|
15 |
# Randomness for username roulette 🎲
|
16 |
+
#random>=3.2
|
17 |
|
18 |
# Uvicorn for serving up the app hot and fresh 🍳
|
19 |
uvicorn>=0.15.0
|