[go: up one dir, main page]

File: .readthedocs.yml

package info (click to toggle)
apscheduler 3.9.1-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 828 kB
  • sloc: python: 5,703; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
type: sphinx
python:
  version: "3.5"
  pip_install: true
  extra_requirements:
    - gevent
    - mongodb
    - redis
    - rethinkdb
    - sqlalchemy
    - tornado
    - twisted
    - zookeeper
    - doc