mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
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.
6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
-r py2_common.txt
|
|
-r dev.txt
|
|
|
|
# Needed for running tools/run-dev.py
|
|
-r twisted.txt
|