File: requirements.txt

package info (click to toggle)
python-rapidjson 1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,368 kB
  • sloc: cpp: 3,332; python: 1,990; makefile: 106
file content (22 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- coding: utf-8; mode: conf-unix -*-
# :Project:   python-rapidjson -- Development requirements
# :Author:    Lele Gaifax <lele@metapensiero.it>
# :License:   MIT License
# :Copyright: © 2017, 2018, 2019, 2020, 2021 Lele Gaifax
#

-r requirements-test.txt

# Needed by make release
metapensiero.tool.bump-version==1.3
readme-renderer==24.0
twine==1.13.0

# Needed by make benchmarks-*
pytest-benchmark==3.2.2

# Keep in sync with benchmarks/tablize.py versions
pysimdjson==4.0.0
orjson==3.5.3
simplejson==3.17.2
ujson==4.0.2