mirror of
				https://github.com/cookiecutter/cookiecutter-django.git
				synced 2025-11-04 01:47:28 +03:00 
			
		
		
		
	Update requirements to latest stable
- django-autoslug==1.9.2 - django-debug-toolbar==1.4 - gevent==1.0.2
This commit is contained in:
		
							parent
							
								
									15f7657565
								
							
						
					
					
						commit
						4f7e5e5c97
					
				| 
						 | 
					@ -29,7 +29,7 @@ psycopg2==2.6.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Unicode slugification
 | 
					# Unicode slugification
 | 
				
			||||||
unicode-slugify==0.1.3
 | 
					unicode-slugify==0.1.3
 | 
				
			||||||
django-autoslug==1.8.0
 | 
					django-autoslug==1.9.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Time zones support
 | 
					# Time zones support
 | 
				
			||||||
pytz==2015.6
 | 
					pytz==2015.6
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,14 +8,14 @@ django-test-plus==1.0.9
 | 
				
			||||||
factory_boy==2.5.2
 | 
					factory_boy==2.5.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# django-debug-toolbar that works with Django 1.5+
 | 
					# django-debug-toolbar that works with Django 1.5+
 | 
				
			||||||
django-debug-toolbar==1.3.2
 | 
					django-debug-toolbar==1.4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# improved REPL
 | 
					# improved REPL
 | 
				
			||||||
ipdb==0.8.1
 | 
					ipdb==0.8.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% if cookiecutter.use_maildump == "y" -%}
 | 
					{% if cookiecutter.use_maildump == "y" -%}
 | 
				
			||||||
# Required by maildump. Need to pin dependency to gevent beta to be Python 3-compatible.
 | 
					# Required by maildump. Need to pin dependency to gevent beta to be Python 3-compatible.
 | 
				
			||||||
gevent==1.1b5
 | 
					gevent==1.0.2
 | 
				
			||||||
# Enables better email testing
 | 
					# Enables better email testing
 | 
				
			||||||
maildump==0.5.1
 | 
					maildump==0.5.1
 | 
				
			||||||
{%- endif %}
 | 
					{%- endif %}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user