File: environment.yml

package info (click to toggle)
python-django-pgtrigger 4.15.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 956 kB
  • sloc: python: 4,412; makefile: 114; sh: 8; sql: 2
file content (11 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
name: django-pgtrigger
channels:
  - conda-forge
dependencies:
  - python==3.13.0
  - poetry==1.8.4
  - pip==24.2
  - postgresql==17.0
variables:
  DATABASE_URL: "postgres://postgres@localhost:5432/pgtrigger_local"
  EXEC_WRAPPER: ""