1
0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-09-20 19:32:05 +02:00

Remove unused, unmaintained blist (#362)

This commit is contained in:
Hugo van Kemenade 2020-03-01 13:00:18 +02:00 committed by GitHub
parent 40e718b301
commit 5ef4ed635e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View File

@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade six blist
python -m pip install --upgrade six
python -m pip install .
- name: Tests

View File

@ -20,7 +20,7 @@ jobs:
install:
- pip install -U pip
- pip install -U six blist
- pip install -U six
- pip install .
script: python tests/tests.py

View File

@ -83,7 +83,6 @@ def results_output_table():
platform.python_implementation(), sys.version.replace("\n", "")
)
)
print("- blist : 1.3.6")
print("- simplejson: 3.8.1")
print("- ujson : 1.34")
print("- yajl : 0.3.5")