Skip to content

Commit a063bce

Browse files
switch to travis.com and fix psycopg2-binary dependancies
1 parent 43648bf commit a063bce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/Web-Multi-Media/HttpStreamingServer.svg?branch=master)](https://travis-ci.org/Web-Multi-Media/HttpStreamingServer)
1+
[![Build Status](https://travis-ci.com/Web-Multi-Media/HttpStreamingServer.svg?branch=master)](https://travis-ci.com/Web-Multi-Media/HttpStreamingServer)
22

33
Intro
44
-------------------

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Django==2.2.8
22
django-debug-toolbar==2.0
3-
psycopg2-binary>=2.7.5
3+
psycopg2-binary>=2.8,<2.9
44
dj-database-url==0.4.1
55
ipython==5.3.0
66
ffmpeg-python==0.1.17

0 commit comments

Comments
 (0)