feat: Options:
Browse files-c
--config <file> location of the devmoji.config.js file
own devmojis
- requirements.txt +10 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
filelock==3.16.1
|
| 2 |
+
fsspec==2024.10.0
|
| 3 |
+
jinja2==3.1.4
|
| 4 |
+
markupsafe==3.0.2
|
| 5 |
+
mpmath==1.3.0
|
| 6 |
+
networkx==3.4.2
|
| 7 |
+
setuptools==75.5.0
|
| 8 |
+
sympy==1.13.1
|
| 9 |
+
torch==2.5.1
|
| 10 |
+
typing-extensions==4.12.2
|