Skip to content

Commit

Permalink
Add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Dec 29, 2024
1 parent 3a13886 commit 03b2644
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ This is the development home for the [Cyberduck](https://github.com/iterate-ch/c
## Requirements

```commandline
pip install 'pelican<4.0.0'
pip install 'fabric<2.0'
pip install minify
pip install pelican-minify
pip install -r requirements.txt
```

## Build
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Fabric==1.15.0
pelican==4.10.2
pelican-minify==2.0.0

0 comments on commit 03b2644

Please sign in to comment.