Update Git
Browse files
Git
CHANGED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
git init
|
| 4 |
-
git add app.py requirements.txt
|
| 5 |
-
git commit -m "Initial commit"
|
| 6 |
git push
|
|
|
|
| 1 |
+
git add requirements.txt
|
| 2 |
+
git commit -m "Update requirements for compatibility"
|
|
|
|
|
|
|
|
|
|
| 3 |
git push
|