Skip to content

Commit

Permalink
update pyoncat source to conda
Browse files Browse the repository at this point in the history
  • Loading branch information
KedoKudo committed Jan 2, 2024
1 parent ff55e4e commit 03738ad
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions conda_environment.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
name: webmon
channels:
- conda-forge
- conda-forge
- oncat
dependencies:
- python=3.10
- django=3.2
- gunicorn
- httplib2
- make
- oauthlib
- postgresql=14
- psycopg2-binary=2.9.3
- psutil
- python-ldap>=3.1
- requests-oauthlib
- setuptools
- stomp.py=8
- urllib3
- versioningit~=1.1
- pip
- pip:
- django-auth-ldap==4.1.0
- django-health-check
- https://oncat.ornl.gov/packages/pyoncat-1.4.1-py3-none-any.whl
- python=3.10
- django=3.2
- gunicorn
- httplib2
- make
- oauthlib
- postgresql=14
- psycopg2-binary=2.9.3
- psutil
- python-ldap>=3.1
- requests-oauthlib
- setuptools
- stomp.py=8
- urllib3
- versioningit~=1.1
- pyoncat
- pip
- pip:
- django-auth-ldap==4.1.0
- django-health-check

0 comments on commit 03738ad

Please sign in to comment.