Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

requirements.txt 204 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  1. # local package
  2. -e .
  3. # external requirements
  4. click
  5. Sphinx
  6. coverage
  7. awscli
  8. flake8
  9. python-dotenv>=0.5.1
  10. {% if cookiecutter.python_interpreter != 'python3' %}
  11. # backwards compatibility
  12. pathlib2
  13. {% endif %}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...