Skip to content

Commit

Permalink
Updated requirements.txt
Browse files Browse the repository at this point in the history
Requirements.txt now includes the newer websocket and requests versions for use
with the api code.
  • Loading branch information
Dessix committed Aug 7, 2017
1 parent b974964 commit 4ebea79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
colorama==0.3.9
nose==1.3.7
PyYAML==3.12
requests==2.18.3
PyYAML>=3.12,<4
requests>=2.18.3,<3
Requires==0.0.3
-e git+https://github.com/tedivm/python-screeps.git@master#egg=screepsapi
six==1.10.0
six>=1.10.0,<2
urwid==1.3.1
websocket-client==0.43.0
websocket-client==0.44.0

0 comments on commit 4ebea79

Please sign in to comment.