Skip to content

Commit 9ddcebb

Browse files
committed
add sorted containers
1 parent 0b2ed88 commit 9ddcebb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# easy_python
2+
23
Very basic python repo with a numpy dependency
4+
5+
## sortedcontainers
6+
7+
Codespaces come with numpy installed, so I've added sortedcontainers to the requirements and tests to require an additional pip install step.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
numpy
2+
sortedcontainers

0 commit comments

Comments
 (0)