File: requires.txt

package info (click to toggle)
jsonpickle 4.0.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,864 kB
  • sloc: python: 6,788; javascript: 654; makefile: 125; sh: 68
file content (47 lines) | stat: -rw-r--r-- 528 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47

[cov]
pytest-cov

[dev]
black
pyupgrade

[docs]
furo
rst.linker>=1.9
sphinx>=3.5

[packaging]
build
setuptools>=61.2
setuptools_scm[toml]>=6.0
twine

[testing]
pytest!=8.1.*,>=6.0
pytest-benchmark
pytest-benchmark[histogram]
pytest-checkdocs>=1.2.3
pytest-enabler>=1.0.1
pytest-ruff>=0.2.1
bson
ecdsa
feedparser
gmpy2
numpy
pandas
pymongo
PyYAML
scikit-learn
simplejson
sqlalchemy
ujson

[testing:python_version < "3.12"]
atheris~=2.3.0

[testing:python_version <= "3.10"]
scipy

[testing:python_version > "3.10"]
scipy>=1.9.3