local requirements without pylibmc
This commit is contained in:
		
							parent
							
								
									99b4c6b5df
								
							
						
					
					
						commit
						a07c5baeb4
					
				
					 3 changed files with 16 additions and 15 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -2,7 +2,7 @@ MANAGEPY=foreman run env/bin/python manage.py | |||
| 
 | ||||
| update: | ||||
| 	virtualenv env | ||||
| 	env/bin/pip install -r requirements.txt | ||||
| 	env/bin/pip install -r localrequirements.txt | ||||
| 	$(MANAGEPY) syncdb | ||||
| 	$(MANAGEPY) migrate | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										14
									
								
								localrequirements.txt
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								localrequirements.txt
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,14 @@ | |||
| Django==1.4.1 | ||||
| South==0.7.6 | ||||
| argparse==1.2.1 | ||||
| dj-database-url==0.2.1 | ||||
| django-heroku-memcacheify==0.3 | ||||
| django-social-auth==0.7.4 | ||||
| httplib2==0.7.4 | ||||
| oauth2==1.5.211 | ||||
| psycopg2==2.4.5 | ||||
| python-openid==2.2.5 | ||||
| raven==2.0.3 | ||||
| requests==0.13.6 | ||||
| simplejson==2.4.0 | ||||
| wsgiref==0.1.2 | ||||
|  | @ -1,17 +1,4 @@ | |||
| Django==1.4.1 | ||||
| South==0.7.6 | ||||
| argparse==1.2.1 | ||||
| dj-database-url==0.2.1 | ||||
| django-heroku-memcacheify==0.3 | ||||
| django-pylibmc-sasl==0.2.4 | ||||
| django-social-auth==0.7.4 | ||||
| gunicorn==0.14.6 | ||||
| httplib2==0.7.4 | ||||
| oauth2==1.5.211 | ||||
| psycopg2==2.4.5 | ||||
| pylibmc==1.2.3 | ||||
| python-openid==2.2.5 | ||||
| raven==2.0.3 | ||||
| requests==0.13.6 | ||||
| simplejson==2.4.0 | ||||
| wsgiref==0.1.2 | ||||
| -r localrequirements.txt | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jonas Obrist
						Jonas Obrist