You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airflow.apache.org by Russell Jurney <ru...@gmail.com> on 2017/07/19 01:14:55 UTC

How to add a module as in to requirements.txt to Airflow source?

I am building Airflow and added a module to it. There is no
requirements.txt. How do I add a module to the project so that it can build?

Russell Jurney @rjurney <http://twitter.com/rjurney>
russell.jurney@gmail.com LI <http://linkedin.com/in/russelljurney> FB
<http://facebook.com/jurney> datasyndrome.com

Re: How to add a module as in to requirements.txt to Airflow source?

Posted by Russell Jurney <ru...@gmail.com>.
Thanks!

Russell Jurney @rjurney <http://twitter.com/rjurney>
russell.jurney@gmail.com LI <http://linkedin.com/in/russelljurney> FB
<http://facebook.com/jurney> datasyndrome.com

On Tue, Jul 18, 2017 at 8:29 PM, Maxime Beauchemin <
maximebeauchemin@gmail.com> wrote:

> `setup.py`
> https://pythonhosted.org/an_example_pypi_project/setuptools.html
>
> On Tue, Jul 18, 2017 at 6:14 PM, Russell Jurney <ru...@gmail.com>
> wrote:
>
> > I am building Airflow and added a module to it. There is no
> > requirements.txt. How do I add a module to the project so that it can
> > build?
> >
> > Russell Jurney @rjurney <http://twitter.com/rjurney>
> > russell.jurney@gmail.com LI <http://linkedin.com/in/russelljurney> FB
> > <http://facebook.com/jurney> datasyndrome.com
> >
>

Re: How to add a module as in to requirements.txt to Airflow source?

Posted by Maxime Beauchemin <ma...@gmail.com>.
`setup.py`
https://pythonhosted.org/an_example_pypi_project/setuptools.html

On Tue, Jul 18, 2017 at 6:14 PM, Russell Jurney <ru...@gmail.com>
wrote:

> I am building Airflow and added a module to it. There is no
> requirements.txt. How do I add a module to the project so that it can
> build?
>
> Russell Jurney @rjurney <http://twitter.com/rjurney>
> russell.jurney@gmail.com LI <http://linkedin.com/in/russelljurney> FB
> <http://facebook.com/jurney> datasyndrome.com
>