Skip to content

Commit 708edb5

Browse files
wip: fmt
1 parent 87e5479 commit 708edb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
Bazel rules to transitively fetch and install Python dependencies from a requirements.txt file.
44

5-
## Prerequisites
6-
7-
* The rules support Python >= 3.5 (the oldest [maintained release](https://devguide.python.org/#status-of-python-branches)).
8-
95
## Features
106

117
* Transitive Dependency Resolution
@@ -15,6 +11,10 @@ Bazel rules to transitively fetch and install Python dependencies from a require
1511

1612
## Usage
1713

14+
#### Prerequisites
15+
16+
The rules support Python >= 3.5 (the oldest [maintained release](https://devguide.python.org/#status-of-python-branches)).
17+
1818
#### Setup `WORKSPACE`
1919

2020
```python

0 commit comments

Comments
 (0)