File: control

package info (click to toggle)
dateparser 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,140 kB
  • sloc: python: 52,721; makefile: 155; sh: 15
file content (19 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# this could be done with `tox`, but it fails to correctly upgrade the
# requirements which makes the build fail. this was reported as a bug
# upstream in <https://github.com/scrapinghub/dateparser/issues/489>.
Tests: run-unittests
Depends: @,
         build-essential,
         locales-all,
         python3-all,
         python3-convertdate,
         python3-coverage,
         python3-fasttext,
         python3-langdetect,
         python3-parameterized,
         python3-parsel,
         python3-pytest,
         python3-requests,
         python3-ruamel.yaml,
         tzdata-legacy,
Restrictions: allow-stderr