Giter Club home page Giter Club logo

upload-agent's People

Contributors

aroder avatar klassenjr avatar

Watchers

 avatar  avatar  avatar  avatar

upload-agent's Issues

When installing upload-agent, the dependencies should automatically be installed

Requirements

When installing the upload agent, its dependencies should automatically be installed. The person installing should not have to install the dependencies with a second command

The install_requires configuration option in setup.cfg is supposed to automatically install the listed dependencies. It must not be set up correctly, because installing the package and then trying to run it complains about missing dependencies

Adjust the settings so that the dependencies automatically install.

To test this behavior, in a new venv, run pip install datateer-upload-agent and then try to run datateer --help. You will get an error about a missing dependency.

You should also be able to install locally and get the same results with pip install <path-to-upload-agent-repo> and datateer --help (that way you don't have to mess with pypi just to test this issue)

Acceptance Criteria

  • Create a venv separate from the one you use to develop the project
  • Run pip install <path>
  • Run datateer --help
  • Verify that the help message is shown, and that no error occurs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.