Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
Summary:
Update dependencies to versions packaged in Debian Stretch
Add pyyaml required by beanstalkc and django-jsonfield which were forgotten.

Reviewers: #servers, #developers, jpr, hpanago

Reviewed By: #servers, #developers, jpr, hpanago

Subscribers: #developers, #servers

Differential Revision: https://phab.noc.grnet.gr/D4904
  • Loading branch information
alexkiousis committed Aug 27, 2018
1 parent d51b766 commit 63fabd1
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
## dependencies for the ganetimgr project
django==1.8
django==1.11
# we target the latest LTS release
gevent==1.1.1
gevent==1.1.2
# gevent is used to pool cluster RAPI communication
django-registration-redux==1.6
django-registration-redux==2.4
# used for our registration workflow
paramiko==1.12.1
paramiko==2.0.0
# used for user SSH key management
python-daemon==1.5.5
python-daemon==2.1.2
# used by watcher
setproctitle==1.0.1
setproctitle==1.1.10
# used by watcher to set it's process name
pycurl==7.19.0
pycurl==7.43.0
# depenency for ganeti client library
django-nocaptcha-recaptcha==0.0.20
# used in the registration form
ipaddr==2.1.10
ipaddr==2.1.11
# used to calculate Instance ipv6addresses
beautifulsoup4==4.1.0
beautifulsoup4==4.5.3
# used by the image autodiscovery mechanism
requests==2.4.3
requests==2.12.4
# used by the image autodiscovery mechanism
beanstalkc==0.4.0
# used to pass messages between watcher and django
django-redis-cache==1.7.1
# used to cache cluster nodes/instances info
pyyaml==3.12
# used by beanstalkc
django-jsonfield==1.0.1

0 comments on commit 63fabd1

Please sign in to comment.