Skip to content

Commit 1d928ba

Browse files
committed
🐛 fs 2.2.0 is too low version to get current moban working
1 parent 579da67 commit 1d928ba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.moban.cd/moban.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- crayons>= 0.1.0
3030
- GitPython>=2.0.0
3131
- git-url-parse>=1.2.2
32-
- fs>=2.2.0
32+
- fs>=2.4.6
3333
description: Yet another jinja2 cli command for static text generation
3434
scm_host: github.com
3535
lint_command: make install_test format git-diff-check lint

min_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ appdirs==1.4.3
88
crayons== 0.1.0
99
GitPython==2.0.0
1010
git-url-parse==1.2.2
11-
fs==2.2.0
11+
fs==2.4.6

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ appdirs>=1.4.3
88
crayons>= 0.1.0
99
GitPython>=2.0.0
1010
git-url-parse>=1.2.2
11-
fs>=2.2.0
11+
fs>=2.4.6

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"crayons>= 0.1.0",
8383
"GitPython>=2.0.0",
8484
"git-url-parse>=1.2.2",
85-
"fs>=2.2.0",
85+
"fs>=2.4.6",
8686
]
8787
SETUP_COMMANDS = {}
8888

0 commit comments

Comments
 (0)