mirror of https://github.com/zulip/zulip.git
requirements: Remove redundant library list.
The line `-r common.txt` can be found in dev.txt and prod.txt This should speed up the build process by 2-3s, in addition to the speed up from not having to prepare a python2 venv.
This commit is contained in:
parent
958ed20a0f
commit
7ad6a66340
|
@ -1,5 +1,3 @@
|
|||
-r common.txt
|
||||
|
||||
# Used for Hesiod lookups, etc.
|
||||
pydns==2.3.6
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
-r common.txt
|
||||
|
||||
# Used for Hesiod lookups, etc.
|
||||
py3dns==3.1.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue