File: environment.yml

package info (click to toggle)
python-django-pgtransaction 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 504 kB
  • sloc: python: 551; makefile: 101; sh: 9
file content (11 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
name: django-pgtransaction
channels:
  - conda-forge
dependencies:
  - python==3.14.0
  - poetry==2.2.1
  - pip==25.3
  - postgresql==18.0
variables:
  DATABASE_URL: "postgres://postgres@localhost:5432/pgtransaction_local"
  EXEC_WRAPPER: ""