Skip to content

Commit

Permalink
Shift twisted to requirements/py2_dev.txt.
Browse files Browse the repository at this point in the history
Since twisted is only used for running tools/run-dev.py, we only
need it in development.  Also twisted is not python 3 compatible.
So it should be shifter to requirements/py2_dev.txt.
  • Loading branch information
sharmaeklavya2 authored and timabbott committed Jul 28, 2016
1 parent 6e9bc44 commit 9922ecc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,5 @@ git+https://github.com/sharmaeklavya2/PyAPNs.git@remove-simplejson#egg=apns-2.0.
# Needed for Twitter card integration
git+https://github.com/bear/python-twitter@7fafaf291512bd103c3de2cb478ab48377c424d5

# Needed for the email mirror and for running tools/run-dev.py
-r twisted.txt

# Needed for the email mirror
-r emailmirror.txt
3 changes: 3 additions & 0 deletions requirements/py2_dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
-r py2_common.txt
-r dev.txt

# Needed for running tools/run-dev.py
-r twisted.txt

0 comments on commit 9922ecc

Please sign in to comment.