6 Commits

Author SHA1 Message Date
Masato Ohba bf069d12c3 Merge pull request #16 from ohbarye/gitattributes
Create .gitattributes to override repository language
2021-09-05 11:06:57 +09:00
Masato Ohba 1c4f1d8176 Create .gitattributes to override repository language
https://github.com/github/linguist/blob/master/docs/overrides.md
2021-09-05 11:05:49 +09:00
Masato Ohba 037ddffc26 Merge pull request #14 from ohbarye/dependabot/pip/pygments-2.7.4
Bump pygments from 2.0.2 to 2.7.4
2021-09-05 10:57:52 +09:00
Masato Ohba 859e51c539 Merge pull request #15 from ohbarye/dependabot/pip/bottle-0.12.19
Bump bottle from 0.12.8 to 0.12.19
2021-09-05 10:57:38 +09:00
dependabot[bot] 7324d5ca6c Bump bottle from 0.12.8 to 0.12.19
Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.8 to 0.12.19.
- [Release notes](https://github.com/bottlepy/bottle/releases)
- [Changelog](https://github.com/bottlepy/bottle/blob/master/docs/changelog.rst)
- [Commits](https://github.com/bottlepy/bottle/compare/0.12.8...0.12.19)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-07 21:28:18 +00:00
dependabot[bot] 8bdb514add Bump pygments from 2.0.2 to 2.7.4
Bumps [pygments](https://github.com/pygments/pygments) from 2.0.2 to 2.7.4.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.0.2...2.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-29 16:48:22 +00:00
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
markdownserver/resources/html/sample.md.html linguist-documentation
markdownserver/resources/css/github.css linguist-vendored
+2 -2
View File
@@ -1,9 +1,9 @@
bottle==0.12.8
bottle==0.12.19
linecache2==1.0.0
Markdown==2.6.2
-e git+https://github.com/ohbarye/markdown-server@f85a63ba06ca7cb5beb59bd96153d7ba1fa867ae#egg=markdownserver-master
py-gfm==0.1.0
Pygments==2.0.2
Pygments==2.7.4
six==1.9.0
traceback2==1.4.0
unittest2==1.0.1