Skip to content

Commit c34fa08

Browse files
committed
Replace the old Entry class with something simpler based on data-classes
1 parent 1f8cee7 commit c34fa08

File tree

5 files changed

+709
-800
lines changed

5 files changed

+709
-800
lines changed

Pipfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ build = "*"
2929
twine = "*"
3030
semver = "*"
3131
pypiserver = {ref = "pipenv-313", git = "https://github.com/matteius/pypiserver.git"}
32+
requests = "*"
3233

3334
[packages]
3435
pytz = "*"
36+
requests = "*"
3537

3638
[scripts]
3739
tests = "bash ./run-tests.sh"

0 commit comments

Comments
 (0)