mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	requirements: Remove fonttools as a dependency.
				
					
				
			We used fonttools' ttx tool to extract glyphs from `NotoColorEmoji.ttf`. But we no longer need to do so and hence fonttools is no longer required.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							0d8e68d75e
						
					
				
				
					commit
					0056f1c948
				
			@@ -64,7 +64,6 @@ django-bitfield==1.9.3
 | 
				
			|||||||
django-statsd-mozilla==0.4.0
 | 
					django-statsd-mozilla==0.4.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
docopt==0.6.2
 | 
					docopt==0.6.2
 | 
				
			||||||
fonttools==3.15.1
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Needed for Android push notifications
 | 
					# Needed for Android push notifications
 | 
				
			||||||
python-gcm==0.4
 | 
					python-gcm==0.4
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -37,7 +37,6 @@ django-statsd-mozilla==0.4.0
 | 
				
			|||||||
django-webpack-loader==0.5.0
 | 
					django-webpack-loader==0.5.0
 | 
				
			||||||
django==1.11.4
 | 
					django==1.11.4
 | 
				
			||||||
docopt==0.6.2
 | 
					docopt==0.6.2
 | 
				
			||||||
fonttools==3.15.1
 | 
					 | 
				
			||||||
gitdb==0.6.4
 | 
					gitdb==0.6.4
 | 
				
			||||||
google-api-python-client==1.6.3
 | 
					google-api-python-client==1.6.3
 | 
				
			||||||
h2==2.6.2                 # via hyper
 | 
					h2==2.6.2                 # via hyper
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,2 +1,2 @@
 | 
				
			|||||||
ZULIP_VERSION = "1.6.0+git"
 | 
					ZULIP_VERSION = "1.6.0+git"
 | 
				
			||||||
PROVISION_VERSION = '9.14'
 | 
					PROVISION_VERSION = '9.15'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user