We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e5479 commit 708edb5Copy full SHA for 708edb5
README.md
@@ -2,10 +2,6 @@
2
3
Bazel rules to transitively fetch and install Python dependencies from a requirements.txt file.
4
5
-## Prerequisites
6
-
7
-* The rules support Python >= 3.5 (the oldest [maintained release](https://devguide.python.org/#status-of-python-branches)).
8
9
## Features
10
11
* Transitive Dependency Resolution
@@ -15,6 +11,10 @@ Bazel rules to transitively fetch and install Python dependencies from a require
15
16
12
## Usage
17
13
14
+#### Prerequisites
+
+The rules support Python >= 3.5 (the oldest [maintained release](https://devguide.python.org/#status-of-python-branches)).
18
#### Setup `WORKSPACE`
19
20
```python
0 commit comments