File: requirements.txt

package info (click to toggle)
django-nose 1.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 408 kB
  • sloc: python: 918; makefile: 207; sh: 160
file content (39 lines) | stat: -rw-r--r-- 537 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
# Requirements for running django-nose testapp
#

# Latest Django
Django>=2.0,<2.1

# This project
-e .

# Load database config from environment
dj-database-url==0.4.2

# Packaging
wheel==0.29.0
twine==1.9.1

# PEP8, PEP257, and static analysis
flake8==3.4.1
flake8-docstrings==1.1.0

# Code coverage
coverage==4.4.1

# Documentation
Sphinx==1.6.3

# Packaging Linters
check-manifest==0.35
pyroma==2.2

# Multi-env test runner
tox==2.7.0

# Better interactive debugging
gnureadline==6.3.3
ipython==5.4.1
ipdb==0.10.3
ipdbplugin==1.4.5