mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-21 07:56:31 +00:00
Add missing requirements.txt
This commit is contained in:
parent
8e09aad2b0
commit
2412d78a84
2 changed files with 21 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,6 +1,5 @@
|
||||||
drone/drone
|
drone/drone
|
||||||
*.sqlite
|
*.sqlite
|
||||||
*.txt
|
|
||||||
*.out
|
*.out
|
||||||
/.env
|
/.env
|
||||||
extras/
|
extras/
|
||||||
|
@ -15,3 +14,5 @@ web/node_modules
|
||||||
web/dist/files
|
web/dist/files
|
||||||
web/*.log
|
web/*.log
|
||||||
web/.env
|
web/.env
|
||||||
|
|
||||||
|
docs/venv
|
||||||
|
|
19
docs/requirements.txt
Normal file
19
docs/requirements.txt
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
backports-abc==0.5
|
||||||
|
Click==7.0
|
||||||
|
futures==3.3.0
|
||||||
|
htmlmin==0.1.12
|
||||||
|
Jinja2==2.10.3
|
||||||
|
jsmin==2.2.2
|
||||||
|
livereload==2.6.1
|
||||||
|
Markdown==3.1.1
|
||||||
|
MarkupSafe==1.1.1
|
||||||
|
mkdocs==1.0.4
|
||||||
|
mkdocs-material==4.4.3
|
||||||
|
mkdocs-minify-plugin==0.2.1
|
||||||
|
pep562==1.0
|
||||||
|
Pygments==2.4.2
|
||||||
|
pymdown-extensions==6.1
|
||||||
|
PyYAML==5.1.2
|
||||||
|
singledispatch==3.4.0.3
|
||||||
|
six==1.13.0
|
||||||
|
tornado==5.1.1
|
Loading…
Reference in a new issue