File: requirements.txt

package info (click to toggle)
python-django-treebeard 5.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,048 kB
  • sloc: python: 5,271; javascript: 269; makefile: 178
file content (10 lines) | stat: -rw-r--r-- 151 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# These requirements are only necessary when developing on treebeard.

# Developing
ipython
ipdb
django_extensions
psycopg[binary]

# Testing
tox>=4.0