mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
requirements: Remove socialauth.txt recursive dep file.
This commit is contained in:
@@ -4,9 +4,6 @@ The dependency graph of the requirements is as follows:
|
|||||||
dev prod
|
dev prod
|
||||||
+ + +
|
+ + +
|
||||||
| +->common<-+
|
| +->common<-+
|
||||||
| |
|
|
||||||
| v
|
|
||||||
| socialauth
|
|
||||||
v
|
v
|
||||||
mypy,docs,py3k
|
mypy,docs,py3k
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -176,4 +176,4 @@ py3dns==3.1.0
|
|||||||
pyldap==2.4.37
|
pyldap==2.4.37
|
||||||
|
|
||||||
# Install Python Social Auth
|
# Install Python Social Auth
|
||||||
-r socialauth.txt
|
social-auth-app-django==1.2.0
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ pyopenssl==17.0.0 # via ndg-httpsclient, scrapy, service-identity
|
|||||||
python-dateutil==2.6.1 # via arrow, botocore, moto
|
python-dateutil==2.6.1 # via arrow, botocore, moto
|
||||||
python-gcm==0.4
|
python-gcm==0.4
|
||||||
python-twitter==3.3
|
python-twitter==3.3
|
||||||
python3-openid==3.1.0
|
python3-openid==3.1.0 # via social-auth-core
|
||||||
pytz==2017.2
|
pytz==2017.2
|
||||||
pyyaml==3.12 # via pyaml
|
pyyaml==3.12 # via pyaml
|
||||||
queuelib==1.4.2 # via scrapy
|
queuelib==1.4.2 # via scrapy
|
||||||
@@ -130,7 +130,7 @@ six==1.10.0
|
|||||||
smmap==0.9.0
|
smmap==0.9.0
|
||||||
snowballstemmer==1.2.1
|
snowballstemmer==1.2.1
|
||||||
social-auth-app-django==1.2.0
|
social-auth-app-django==1.2.0
|
||||||
social-auth-core==1.4.0
|
social-auth-core==1.4.0 # via social-auth-app-django
|
||||||
sockjs-tornado==1.0.3
|
sockjs-tornado==1.0.3
|
||||||
sourcemap==0.2.1
|
sourcemap==0.2.1
|
||||||
sphinx-rtd-theme==0.2.4
|
sphinx-rtd-theme==0.2.4
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ pyopenssl==17.2.0 # via ndg-httpsclient
|
|||||||
python-dateutil==2.6.1
|
python-dateutil==2.6.1
|
||||||
python-gcm==0.4
|
python-gcm==0.4
|
||||||
python-twitter==3.3
|
python-twitter==3.3
|
||||||
python3-openid==3.1.0
|
python3-openid==3.1.0 # via social-auth-core
|
||||||
pytz==2017.2
|
pytz==2017.2
|
||||||
redis==2.10.6
|
redis==2.10.6
|
||||||
regex==2017.7.28
|
regex==2017.7.28
|
||||||
@@ -91,7 +91,7 @@ simplejson==3.11.1
|
|||||||
six==1.10.0
|
six==1.10.0
|
||||||
smmap==0.9.0
|
smmap==0.9.0
|
||||||
social-auth-app-django==1.2.0
|
social-auth-app-django==1.2.0
|
||||||
social-auth-core==1.4.0
|
social-auth-core==1.4.0 # via social-auth-app-django
|
||||||
sockjs-tornado==1.0.3
|
sockjs-tornado==1.0.3
|
||||||
sourcemap==0.2.1
|
sourcemap==0.2.1
|
||||||
sqlalchemy==1.1.13
|
sqlalchemy==1.1.13
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
social-auth-core==1.4.0
|
|
||||||
social-auth-app-django==1.2.0
|
|
||||||
python3-openid==3.1.0
|
|
||||||
Reference in New Issue
Block a user