Skip to content

Commit

Permalink
🔥 remove appdirs and gitpython from moban dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Aug 16, 2019
1 parent 8815f7a commit 20f9da0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions .moban.cd/moban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ dependencies:
- lml>=0.0.9
- appdirs>=1.4.3
- crayons>= 0.1.0
- GitPython>=2.0.0
- git-url-parse>=1.2.2
- fs>=2.4.6
- jinja2-fsloader>=0.2.0
description: Yet another jinja2 cli command for static text generation
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ env:
- MINREQ=0

stages:
- test
- lint
- moban
- test

.disable_global: &disable_global
addons: false
Expand Down
2 changes: 0 additions & 2 deletions min_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ jinja2==2.7.1
lml==0.0.9
appdirs==1.4.3
crayons== 0.1.0
GitPython==2.0.0
git-url-parse==1.2.2
fs==2.4.6
jinja2-fsloader==0.2.0
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ jinja2>=2.7.1
lml>=0.0.9
appdirs>=1.4.3
crayons>= 0.1.0
GitPython>=2.0.0
git-url-parse>=1.2.2
fs>=2.4.6
jinja2-fsloader>=0.2.0
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@
"lml>=0.0.9",
"appdirs>=1.4.3",
"crayons>= 0.1.0",
"GitPython>=2.0.0",
"git-url-parse>=1.2.2",
"fs>=2.4.6",
"jinja2-fsloader>=0.2.0",
]
Expand Down

0 comments on commit 20f9da0

Please sign in to comment.