Skip to content

Commit

Permalink
Merge pull request #8 from Naruno/Fixed-naruno-requirements
Browse files Browse the repository at this point in the history
Fixed naruno requirements
  • Loading branch information
onuratakan committed Aug 2, 2023
2 parents 473b165 + 684b724 commit a1e832b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
fire==0.5.0
naruno_remote_app==0.59.0
naruno_remote_app
naruno
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
package_dir={'':'src'},
install_requires=[
"fire==0.5.0",
"naruno_remote_app==0.59.0"
"naruno_remote_app",
"naruno"
],
entry_points = {
'console_scripts': ['aps=address_ping_system.address_ping_system:main'],
Expand Down

0 comments on commit a1e832b

Please sign in to comment.