Nomadblue / django-chile-payments

Online payments, "the chilean way"
Other
29 stars 10 forks source link

and the requirements.txt file ? #1

Closed juanpabloaj closed 10 years ago

juanpabloaj commented 10 years ago

A requirements.txt file would be very useful.

... and setup.py file for run the test more easily.

hso commented 10 years ago

What for? This django app is to be included in your project's requirements.txt like this:

git+git://github.com/Nomadblue/django-chile-payments.git@9be94d1#egg=django-chile-payments

We have yet to release it on Pypi, so no package version for now.

hso commented 10 years ago

We are working on the tests and making them easier to use :)

juanpabloaj commented 10 years ago

maybe not requirements.txt but a dev_requirements.txt.

because the file webpay/tests.py have some imports like

from mock import Mock
from model_mommy import mommy

what version of mock or model_mommy is necessary for run the tests ?

hso commented 10 years ago

Yes, you're right. The version required is 1.2. Uploaded a requirements_dev.txt (28b5dad)